#2037AD

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

Shades of Persian Blue #2037AD

Tints of Persian Blue #2037AD

Color information

#2037AD (or 0x2037AD) is unknown color: approx Persian Blue. HEX triplet: 20, 37 and AD. RGB value is (32,55,173). Sum of RGB (Red+Green+Blue) = 32+55+173=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2037AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2037AD is #DFC852. Grayscale: #3D3D3D. Windows color (decimal): -14665811 or 11351840. OLE color: 11351840.

HSL color Cylindrical-coordinate representation of color #2037AD: hue angle of 230.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2037AD is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3255173-
CMYK0.820.6800.32
HSL230.21º68.78%40.2%-
HSV(B)230.21º81.5%67.84%-
XYZ9.56.0640.2-
YUV61.58190.88106.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=12.31%
G=21.15%
B=66.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32551730.820.6800.32230.2168.7840.2
Hex2037AD5244020e64528
Octal406725512210404034610550
Binary10000011011110101101101001010001000100000111001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2037AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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