#2031D9

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

Shades of Persian Blue #2031D9

Tints of Persian Blue #2031D9

Color information

#2031D9 (or 0x2031D9) is unknown color: approx Persian Blue. HEX triplet: 20, 31 and D9. RGB value is (32,49,217). Sum of RGB (Red+Green+Blue) = 32+49+217=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 217 (85.16% from 255 or 72.82% from 298); Max value from RGB is 217 - color contains mainly: blue. Hex color #2031D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031D9 is #DFCE26. Grayscale: #3E3E3E. Windows color (decimal): -14667303 or 14233888. OLE color: 14233888.

HSL color Cylindrical-coordinate representation of color #2031D9: hue angle of 234.49º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2031D9 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3249217-
CMYK0.850.7700.15
HSL234.49º74.3%48.82%-
HSV(B)234.49º85.25%85.1%-
XYZ14.227.5166.35-
YUV63.07214.87105.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 217 (85.16% from 255) = 72.82%
R=10.74%
G=16.44%
B=72.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32492170.850.7700.15234.4974.348.82
Hex2031D9554D0Fea4a31
Octal406133112511501735211261
Binary100000110001110110011010101100110101111111010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2031D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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