#211DB6

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

Shades of Persian Blue #211DB6

Tints of Persian Blue #211DB6

Color information

#211DB6 (or 0x211DB6) is unknown color: approx Persian Blue. HEX triplet: 21, 1D and B6. RGB value is (33,29,182). Sum of RGB (Red+Green+Blue) = 33+29+182=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #211DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DB6 is #DEE249. Grayscale: #2F2F2F. Windows color (decimal): -14606922 or 11935009. OLE color: 11935009.

HSL color Cylindrical-coordinate representation of color #211DB6: hue angle of 241.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211DB6 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3329182-
CMYK0.820.8400.29
HSL241.57º72.51%41.37%-
HSV(B)241.57º84.07%71.37%-
XYZ9.514.5844.64-
YUV47.64203.83117.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 182 (71.48% from 255) = 74.59%
R=13.52%
G=11.89%
B=74.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33291820.820.8400.29241.5772.5141.37
Hex211DB6525401Df24929
Octal413526612212403536211151
Binary100001111011011011010100101010100011101111100101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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