#212BB9

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

Shades of Persian Blue #212BB9

Tints of Persian Blue #212BB9

Color information

#212BB9 (or 0x212BB9) is unknown color: approx Persian Blue. HEX triplet: 21, 2B and B9. RGB value is (33,43,185). Sum of RGB (Red+Green+Blue) = 33+43+185=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #212BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BB9 is #DED446. Grayscale: #373737. Windows color (decimal): -14603335 or 12135201. OLE color: 12135201.

HSL color Cylindrical-coordinate representation of color #212BB9: hue angle of 236.05º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212BB9 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3343185-
CMYK0.820.7700.27
HSL236.05º69.72%42.75%-
HSV(B)236.05º82.16%72.55%-
XYZ10.255.5546.43-
YUV56.2200.69111.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 185 (72.66% from 255) = 70.88%
R=12.64%
G=16.48%
B=70.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33431850.820.7700.27236.0569.7242.75
Hex212BB9524D01Bec462b
Octal415327112211503335410653
Binary1000011010111011100110100101001101011011111011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,43,185); }

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

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

 a { background-color: rgb(33,43,185); }

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

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

 span { border-color: rgb(33,43,185); }

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