#212BC9

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

Shades of Persian Blue #212BC9

Tints of Persian Blue #212BC9

Color information

#212BC9 (or 0x212BC9) is unknown color: approx Persian Blue. HEX triplet: 21, 2B and C9. RGB value is (33,43,201). Sum of RGB (Red+Green+Blue) = 33+43+201=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #212BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BC9 is #DED436. Grayscale: #393939. Windows color (decimal): -14603319 or 13183777. OLE color: 13183777.

HSL color Cylindrical-coordinate representation of color #212BC9: hue angle of 236.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212BC9 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3343201-
CMYK0.840.7900.21
HSL236.43º71.79%45.88%-
HSV(B)236.43º83.58%78.82%-
XYZ12.036.2755.83-
YUV58.02208.69110.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 201 (78.91% from 255) = 72.56%
R=11.91%
G=15.52%
B=72.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33432010.840.7900.21236.4371.7945.88
Hex212BC9544F015ec482e
Octal415331112411702535411056
Binary1000011010111100100110101001001111010101111011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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