#2037CF

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

Shades of Persian Blue #2037CF

Tints of Persian Blue #2037CF

Color information

#2037CF (or 0x2037CF) is unknown color: approx Persian Blue. HEX triplet: 20, 37 and CF. RGB value is (32,55,207). Sum of RGB (Red+Green+Blue) = 32+55+207=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #2037CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037CF is #DFC830. Grayscale: #404040. Windows color (decimal): -14665777 or 13580064. OLE color: 13580064.

HSL color Cylindrical-coordinate representation of color #2037CF: hue angle of 232.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2037CF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3255207-
CMYK0.850.7300.19
HSL232.11º73.22%46.86%-
HSV(B)232.11º84.54%81.18%-
XYZ13.227.5459.79-
YUV65.45207.88104.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 207 (81.25% from 255) = 70.41%
R=10.88%
G=18.71%
B=70.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32552070.850.7300.19232.1173.2246.86
Hex2037CF5549013e8492f
Octal406731712511102335011157
Binary1000001101111100111110101011001001010011111010001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2037CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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