#212EAA

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

Shades of Persian Blue #212EAA

Tints of Persian Blue #212EAA

Color information

#212EAA (or 0x212EAA) is unknown color: approx Persian Blue. HEX triplet: 21, 2E and AA. RGB value is (33,46,170). Sum of RGB (Red+Green+Blue) = 33+46+170=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #212EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EAA is #DED155. Grayscale: #373737. Windows color (decimal): -14602582 or 11152929. OLE color: 11152929.

HSL color Cylindrical-coordinate representation of color #212EAA: hue angle of 234.31º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212EAA is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3346170-
CMYK0.810.7300.33
HSL234.31º67.49%39.8%-
HSV(B)234.31º80.59%66.67%-
XYZ8.865.1838.56-
YUV56.25192.19111.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=13.25%
G=18.47%
B=68.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33461700.810.7300.33234.3167.4939.8
Hex212EAA5149021ea4328
Octal415625212111104135210350
Binary10000110111010101010101000110010010100001111010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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