#2036BC

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

Shades of Persian Blue #2036BC

Tints of Persian Blue #2036BC

Color information

#2036BC (or 0x2036BC) is unknown color: approx Persian Blue. HEX triplet: 20, 36 and BC. RGB value is (32,54,188). Sum of RGB (Red+Green+Blue) = 32+54+188=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #2036BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2036BC is #DFC943. Grayscale: #3E3E3E. Windows color (decimal): -14666052 or 12334624. OLE color: 12334624.

HSL color Cylindrical-coordinate representation of color #2036BC: hue angle of 231.54º 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 #2036BC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3254188-
CMYK0.830.7100.26
HSL231.54º70.91%43.14%-
HSV(B)231.54º82.98%73.73%-
XYZ10.996.5848.27-
YUV62.7198.71106.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 188 (73.83% from 255) = 68.61%
R=11.68%
G=19.71%
B=68.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32541880.830.7100.26231.5470.9143.14
Hex2036BC534701Ae8472b
Octal406627412310703235010753
Binary1000001101101011110010100111000111011010111010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2036BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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