#223AD7

Color #223AD7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #223AD7

Tints of Persian Blue #223AD7

Color information

#223AD7 (or 0x223AD7) is unknown color: approx Persian Blue. HEX triplet: 22, 3A and D7. RGB value is (34,58,215). Sum of RGB (Red+Green+Blue) = 34+58+215=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #223AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AD7 is #DDC528. Grayscale: #444444. Windows color (decimal): -14533929 or 14105122. OLE color: 14105122.

HSL color Cylindrical-coordinate representation of color #223AD7: hue angle of 232.04º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223AD7 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3458215-
CMYK0.840.7300.16
HSL232.04º72.69%48.82%-
HSV(B)232.04º84.19%84.31%-
XYZ14.448.2765.13-
YUV68.72210.55103.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 11.07%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 215 (84.38% from 255) = 70.03%
R=11.07%
G=18.89%
B=70.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal34582150.840.7300.16232.0472.6948.82
Hex223AD75449010e84931
Octal427232712411102035011161
Binary1000101110101101011110101001001001010000111010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223AD7; }

 p { color: rgb(34,58,215); }

 H1.HeaderClassName
 {
   color: #223AD7;
 }
 .AnyTagClassName
 {
   color: #223AD7;
 }
</style>
background-color css

<style>
 a { background-color: #223AD7; }

 a { background-color: rgb(34,58,215); }

 div.DivClassName
 {
   background-color: #223AD7;
 }
 .BgClassName
 {
   background-color: #223AD7;
 }
</style>
border-color css

<style>
 span { border-color: #223AD7; }

 span { border-color: rgb(34,58,215); }

 td.TdClassName
 {
   border-color: #223AD7;
 }
 .TagClassName
 {
   border-color: #223AD7;
 }
</style>