#2037BC

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

Shades of Persian Blue #2037BC

Tints of Persian Blue #2037BC

Color information

#2037BC (or 0x2037BC) is unknown color: approx Persian Blue. HEX triplet: 20, 37 and BC. RGB value is (32,55,188). Sum of RGB (Red+Green+Blue) = 32+55+188=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #2037BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037BC is #DFC843. Grayscale: #3E3E3E. Windows color (decimal): -14665796 or 12334880. OLE color: 12334880.

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

Color convert

RGB3255188-
CMYK0.830.7100.26
HSL231.15º70.91%43.14%-
HSV(B)231.15º82.98%73.73%-
XYZ11.046.6748.28-
YUV63.28198.38105.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 188 (73.83% from 255) = 68.36%
R=11.64%
G=20%
B=68.36%

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
Decimal32551880.830.7100.26231.1570.9143.14
Hex2037BC534701Ae7472b
Octal406727412310703234710753
Binary1000001101111011110010100111000111011010111001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2037BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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