#37529E

Color #37529E Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #37529E

Tints of Mariner #37529E

Color information

#37529E (or 0x37529E) is unknown color: approx Mariner. HEX triplet: 37, 52 and 9E. RGB value is (55,82,158). Sum of RGB (Red+Green+Blue) = 55+82+158=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #37529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37529E is #C8AD61. Grayscale: #525252. Windows color (decimal): -13151586 or 10375735. OLE color: 10375735.

HSL color Cylindrical-coordinate representation of color #37529E: hue angle of 224.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37529E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5582158-
CMYK0.650.4800.38
HSL224.27º48.36%41.76%-
HSV(B)224.27º65.19%61.96%-
XYZ10.769.3233.58-
YUV82.59170.55108.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=18.64%
G=27.80%
B=53.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55821580.650.4800.38224.2748.3641.76
Hex37529E4130026e0302a
Octal67122236101600463406052
Binary1101111010010100111101000001110000010011011100000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37529E; }

 p { color: rgb(55,82,158); }

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

<style>
 a { background-color: #37529E; }

 a { background-color: rgb(55,82,158); }

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

<style>
 span { border-color: #37529E; }

 span { border-color: rgb(55,82,158); }

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