#212DB6

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

Shades of Persian Blue #212DB6

Tints of Persian Blue #212DB6

Color information

#212DB6 (or 0x212DB6) is unknown color: approx Persian Blue. HEX triplet: 21, 2D and B6. RGB value is (33,45,182). Sum of RGB (Red+Green+Blue) = 33+45+182=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #212DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DB6 is #DED249. Grayscale: #383838. Windows color (decimal): -14602826 or 11939105. OLE color: 11939105.

HSL color Cylindrical-coordinate representation of color #212DB6: hue angle of 235.17º 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 #212DB6 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3345182-
CMYK0.820.7500.29
HSL235.17º69.3%42.16%-
HSV(B)235.17º81.87%71.37%-
XYZ10.015.5844.81-
YUV57.03198.52110.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 182 (71.48% from 255) = 70%
R=12.69%
G=17.31%
B=70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33451820.820.7500.29235.1769.342.16
Hex212DB6524B01Deb452a
Octal415526612211303535310552
Binary1000011011011011011010100101001011011101111010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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