#212ab6

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

Shades of Persian Blue #212AB6

Tints of Persian Blue #212AB6

Color information

#212AB6 (or 0x212AB6) is unknown color: approx Persian Blue. HEX triplet: 21, 2A and B6. RGB value is (33,42,182). Sum of RGB (Red+Green+Blue) = 33+42+182=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #212AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AB6 is #DED549. Grayscale: #363636. Windows color (decimal): -14603594 or 11938337. OLE color: 11938337.

HSL color Cylindrical-coordinate representation of color #212AB6: hue angle of 236.38º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212AB6 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3342182-
CMYK0.820.7700.29
HSL236.38º69.3%42.16%-
HSV(B)236.38º81.87%71.37%-
XYZ9.95.3644.77-
YUV55.27199.52112.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 182 (71.48% from 255) = 70.82%
R=12.84%
G=16.34%
B=70.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33421820.820.7700.29236.3869.342.16
Hex212AB6524D01Dec452a
Octal415226612211503535410552
Binary1000011010101011011010100101001101011101111011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212ab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,42,182); }

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

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

 a { background-color: rgb(33,42,182); }

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

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

 span { border-color: rgb(33,42,182); }

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