#2031CB

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

Shades of Persian Blue #2031CB

Tints of Persian Blue #2031CB

Color information

#2031CB (or 0x2031CB) is unknown color: approx Persian Blue. HEX triplet: 20, 31 and CB. RGB value is (32,49,203). Sum of RGB (Red+Green+Blue) = 32+49+203=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #2031CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031CB is #DFCE34. Grayscale: #3C3C3C. Windows color (decimal): -14667317 or 13316384. OLE color: 13316384.

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

Color convert

RGB3249203-
CMYK0.840.7600.20
HSL234.04º72.77%46.08%-
HSV(B)234.04º84.24%79.61%-
XYZ12.476.8257.16-
YUV61.47207.87106.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 203 (79.69% from 255) = 71.48%
R=11.27%
G=17.25%
B=71.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32492030.840.7600.20234.0472.7746.08
Hex2031CB544C014ea492e
Octal406131312411402435211156
Binary1000001100011100101110101001001100010100111010101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2031CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2031CB; }

 p { color: rgb(32,49,203); }

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

<style>
 a { background-color: #2031CB; }

 a { background-color: rgb(32,49,203); }

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

<style>
 span { border-color: #2031CB; }

 span { border-color: rgb(32,49,203); }

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