#213FAE

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

Shades of Persian Blue #213FAE

Tints of Persian Blue #213FAE

Color information

#213FAE (or 0x213FAE) is unknown color: approx Persian Blue. HEX triplet: 21, 3F and AE. RGB value is (33,63,174). Sum of RGB (Red+Green+Blue) = 33+63+174=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #213FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAE is #DEC051. Grayscale: #424242. Windows color (decimal): -14598226 or 11419425. OLE color: 11419425.

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

Color convert

RGB3363174-
CMYK0.810.6400.32
HSL227.23º68.12%40.59%-
HSV(B)227.23º81.03%68.24%-
XYZ10.046.9340.85-
YUV66.68188.56103.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=12.22%
G=23.33%
B=64.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33631740.810.6400.32227.2368.1240.59
Hex213FAE5140020e34429
Octal417725612110004034310451
Binary10000111111110101110101000110000000100000111000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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