#2039BF

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

Shades of Persian Blue #2039BF

Tints of Persian Blue #2039BF

Color information

#2039BF (or 0x2039BF) is unknown color: approx Persian Blue. HEX triplet: 20, 39 and BF. RGB value is (32,57,191). Sum of RGB (Red+Green+Blue) = 32+57+191=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #2039BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2039BF is #DFC640. Grayscale: #404040. Windows color (decimal): -14665281 or 12532000. OLE color: 12532000.

HSL color Cylindrical-coordinate representation of color #2039BF: hue angle of 230.57º 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 #2039BF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3257191-
CMYK0.830.7000.25
HSL230.57º71.3%43.73%-
HSV(B)230.57º83.25%74.9%-
XYZ11.466.9950.04-
YUV64.8199.22104.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 191 (75% from 255) = 68.21%
R=11.43%
G=20.36%
B=68.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32571910.830.7000.25230.5771.343.73
Hex2039BF5346019e7472c
Octal407127712310603134710754
Binary1000001110011011111110100111000110011001111001111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2039BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2039BF; }

 p { color: rgb(32,57,191); }

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

<style>
 a { background-color: #2039BF; }

 a { background-color: rgb(32,57,191); }

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

<style>
 span { border-color: #2039BF; }

 span { border-color: rgb(32,57,191); }

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