#36599F

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

Shades of Mariner #36599F

Tints of Mariner #36599F

Color information

#36599F (or 0x36599F) is unknown color: approx Mariner. HEX triplet: 36, 59 and 9F. RGB value is (54,89,159). Sum of RGB (Red+Green+Blue) = 54+89+159=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #36599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36599F is #C9A660. Grayscale: #565656. Windows color (decimal): -13215329 or 10443062. OLE color: 10443062.

HSL color Cylindrical-coordinate representation of color #36599F: hue angle of 220º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36599F is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5489159-
CMYK0.660.4400.38
HSL220º49.3%41.76%-
HSV(B)220º66.04%62.35%-
XYZ11.3510.4334.22-
YUV86.52168.9104.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=17.88%
G=29.47%
B=52.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54891590.660.4400.3822049.341.76
Hex36599F422C026dc312a
Octal66131237102540463346152
Binary1101101011001100111111000010101100010011011011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36599F; }

 p { color: rgb(54,89,159); }

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

<style>
 a { background-color: #36599F; }

 a { background-color: rgb(54,89,159); }

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

<style>
 span { border-color: #36599F; }

 span { border-color: rgb(54,89,159); }

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