#212bdd

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

Shades of Persian Blue #212BDD

Tints of Persian Blue #212BDD

Color information

#212BDD (or 0x212BDD) is unknown color: approx Persian Blue. HEX triplet: 21, 2B and DD. RGB value is (33,43,221). Sum of RGB (Red+Green+Blue) = 33+43+221=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #212BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BDD is #DED422. Grayscale: #3B3B3B. Windows color (decimal): -14603299 or 14494497. OLE color: 14494497.

HSL color Cylindrical-coordinate representation of color #212BDD: hue angle of 236.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212BDD is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3343221-
CMYK0.850.8100.13
HSL236.81º74.02%49.8%-
HSV(B)236.81º85.07%86.67%-
XYZ14.547.2769.04-
YUV60.3218.69108.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 221 (86.72% from 255) = 74.41%
R=11.11%
G=14.48%
B=74.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33432210.850.8100.13236.8174.0249.8
Hex212BDD55510Ded4a32
Octal415333512512101535511262
Binary100001101011110111011010101101000101101111011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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