#223FAE

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

Shades of Persian Blue #223FAE

Tints of Persian Blue #223FAE

Color information

#223FAE (or 0x223FAE) is unknown color: approx Persian Blue. HEX triplet: 22, 3F and AE. RGB value is (34,63,174). Sum of RGB (Red+Green+Blue) = 34+63+174=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #223FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223FAE is #DDC051. Grayscale: #424242. Windows color (decimal): -14532690 or 11419426. OLE color: 11419426.

HSL color Cylindrical-coordinate representation of color #223FAE: hue angle of 227.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223FAE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3463174-
CMYK0.800.6400.32
HSL227.57º67.31%40.78%-
HSV(B)227.57º80.46%68.24%-
XYZ10.086.9540.85-
YUV66.98188.39104.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=12.55%
G=23.25%
B=64.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34631740.800.6400.32227.5767.3140.78
Hex223FAE5040020e44329
Octal427725612010004034410351
Binary10001011111110101110101000010000000100000111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,63,174); }

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

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

 a { background-color: rgb(34,63,174); }

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

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

 span { border-color: rgb(34,63,174); }

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