#211BB6

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

Shades of Persian Blue #211BB6

Tints of Persian Blue #211BB6

Color information

#211BB6 (or 0x211BB6) is unknown color: approx Persian Blue. HEX triplet: 21, 1B and B6. RGB value is (33,27,182). Sum of RGB (Red+Green+Blue) = 33+27+182=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #211BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BB6 is #DEE449. Grayscale: #2D2D2D. Windows color (decimal): -14607434 or 11934497. OLE color: 11934497.

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

Color convert

RGB3327182-
CMYK0.820.8500.29
HSL242.32º74.16%40.98%-
HSV(B)242.32º85.16%71.37%-
XYZ9.464.4844.62-
YUV46.46204.49118.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 182 (71.48% from 255) = 75.21%
R=13.64%
G=11.16%
B=75.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33271820.820.8500.29242.3274.1640.98
Hex211BB6525501Df24a29
Octal413326612212503536211251
Binary100001110111011011010100101010101011101111100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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