#211CCB

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

Shades of Persian Blue #211CCB

Tints of Persian Blue #211CCB

Color information

#211CCB (or 0x211CCB) is unknown color: approx Persian Blue. HEX triplet: 21, 1C and CB. RGB value is (33,28,203). Sum of RGB (Red+Green+Blue) = 33+28+203=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #211CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CCB is #DEE334. Grayscale: #303030. Windows color (decimal): -14607157 or 13311009. OLE color: 13311009.

HSL color Cylindrical-coordinate representation of color #211CCB: hue angle of 241.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211CCB is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3328203-
CMYK0.840.8600.20
HSL241.71º75.76%45.29%-
HSV(B)241.71º86.21%79.61%-
XYZ11.825.4756.93-
YUV49.44214.66116.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 203 (79.69% from 255) = 76.89%
R=12.5%
G=10.61%
B=76.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33282030.840.8600.20241.7175.7645.29
Hex211CCB5456014f24c2d
Octal413431312412602436211455
Binary100001111001100101110101001010110010100111100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,203); }

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

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

 a { background-color: rgb(33,28,203); }

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

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

 span { border-color: rgb(33,28,203); }

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