#2039BC

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

Shades of Persian Blue #2039BC

Tints of Persian Blue #2039BC

Color information

#2039BC (or 0x2039BC) is unknown color: approx Persian Blue. HEX triplet: 20, 39 and BC. RGB value is (32,57,188). Sum of RGB (Red+Green+Blue) = 32+57+188=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2039BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2039BC is #DFC643. Grayscale: #3F3F3F. Windows color (decimal): -14665284 or 12335392. OLE color: 12335392.

HSL color Cylindrical-coordinate representation of color #2039BC: hue angle of 230.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2039BC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3257188-
CMYK0.830.7000.26
HSL230.38º70.91%43.14%-
HSV(B)230.38º82.98%73.73%-
XYZ11.146.8648.31-
YUV64.46197.72104.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=11.55%
G=20.58%
B=67.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32571880.830.7000.26230.3870.9143.14
Hex2039BC534601Ae6472b
Octal407127412310603234610753
Binary1000001110011011110010100111000110011010111001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2039BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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