#37599B

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

Shades of Mariner #37599B

Tints of Mariner #37599B

Color information

#37599B (or 0x37599B) is unknown color: approx Mariner. HEX triplet: 37, 59 and 9B. RGB value is (55,89,155). Sum of RGB (Red+Green+Blue) = 55+89+155=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #37599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37599B is #C8A664. Grayscale: #565656. Windows color (decimal): -13149797 or 10180919. OLE color: 10180919.

HSL color Cylindrical-coordinate representation of color #37599B: hue angle of 219.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37599B is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5589155-
CMYK0.650.4300.39
HSL219.6º47.62%41.18%-
HSV(B)219.6º64.52%60.78%-
XYZ11.0610.3232.42-
YUV86.36166.74105.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=18.39%
G=29.77%
B=51.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55891550.650.4300.39219.647.6241.18
Hex37599B412B027dc3029
Octal67131233101530473346051
Binary1101111011001100110111000001101011010011111011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37599B; }

 p { color: rgb(55,89,155); }

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

<style>
 a { background-color: #37599B; }

 a { background-color: rgb(55,89,155); }

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

<style>
 span { border-color: #37599B; }

 span { border-color: rgb(55,89,155); }

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