#2031BE

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

Shades of Persian Blue #2031BE

Tints of Persian Blue #2031BE

Color information

#2031BE (or 0x2031BE) is unknown color: approx Persian Blue. HEX triplet: 20, 31 and BE. RGB value is (32,49,190). Sum of RGB (Red+Green+Blue) = 32+49+190=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #2031BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031BE is #DFCE41. Grayscale: #3B3B3B. Windows color (decimal): -14667330 or 12464416. OLE color: 12464416.

HSL color Cylindrical-coordinate representation of color #2031BE: hue angle of 233.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2031BE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3249190-
CMYK0.830.7400.25
HSL233.54º71.17%43.53%-
HSV(B)233.54º83.16%74.51%-
XYZ10.996.2249.34-
YUV59.99201.37108.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=11.81%
G=18.08%
B=70.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32491900.830.7400.25233.5471.1743.53
Hex2031BE534A019ea472c
Octal406127612311203135210754
Binary1000001100011011111010100111001010011001111010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2031BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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