#212FAE

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

Shades of Persian Blue #212FAE

Tints of Persian Blue #212FAE

Color information

#212FAE (or 0x212FAE) is unknown color: approx Persian Blue. HEX triplet: 21, 2F and AE. RGB value is (33,47,174). Sum of RGB (Red+Green+Blue) = 33+47+174=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #212FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FAE is #DED051. Grayscale: #383838. Windows color (decimal): -14602322 or 11415329. OLE color: 11415329.

HSL color Cylindrical-coordinate representation of color #212FAE: hue angle of 234.04º 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 #212FAE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3347174-
CMYK0.810.7300.32
HSL234.04º68.12%40.59%-
HSV(B)234.04º81.03%68.24%-
XYZ9.285.4140.6-
YUV57.29193.86110.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=12.99%
G=18.50%
B=68.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33471740.810.7300.32234.0468.1240.59
Hex212FAE5149020ea4429
Octal415725612111104035210451
Binary10000110111110101110101000110010010100000111010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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