#223EAF

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

Shades of Persian Blue #223EAF

Tints of Persian Blue #223EAF

Color information

#223EAF (or 0x223EAF) is unknown color: approx Persian Blue. HEX triplet: 22, 3E and AF. RGB value is (34,62,175). Sum of RGB (Red+Green+Blue) = 34+62+175=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #223EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223EAF is #DDC150. Grayscale: #424242. Windows color (decimal): -14532945 or 11484706. OLE color: 11484706.

HSL color Cylindrical-coordinate representation of color #223EAF: hue angle of 228.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223EAF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3462175-
CMYK0.810.6500.31
HSL228.09º67.46%40.98%-
HSV(B)228.09º80.57%68.63%-
XYZ10.126.8841.35-
YUV66.51189.22104.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=12.55%
G=22.88%
B=64.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34621750.810.6500.31228.0967.4640.98
Hex223EAF514101Fe44329
Octal427625712110103734410351
Binary1000101111101010111110100011000001011111111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,62,175); }

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

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

 a { background-color: rgb(34,62,175); }

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

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

 span { border-color: rgb(34,62,175); }

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