#212EAE

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

Shades of Persian Blue #212EAE

Tints of Persian Blue #212EAE

Color information

#212EAE (or 0x212EAE) is unknown color: approx Persian Blue. HEX triplet: 21, 2E and AE. RGB value is (33,46,174). Sum of RGB (Red+Green+Blue) = 33+46+174=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #212EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EAE is #DED151. Grayscale: #383838. Windows color (decimal): -14602578 or 11415073. OLE color: 11415073.

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

Color convert

RGB3346174-
CMYK0.810.7400.32
HSL234.47º68.12%40.59%-
HSV(B)234.47º81.03%68.24%-
XYZ9.245.3340.59-
YUV56.7194.19111.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=13.04%
G=18.18%
B=68.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33461740.810.7400.32234.4768.1240.59
Hex212EAE514A020ea4429
Octal415625612111204035210451
Binary10000110111010101110101000110010100100000111010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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