#36599C

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

Shades of Mariner #36599C

Tints of Mariner #36599C

Color information

#36599C (or 0x36599C) is unknown color: approx Mariner. HEX triplet: 36, 59 and 9C. RGB value is (54,89,156). Sum of RGB (Red+Green+Blue) = 54+89+156=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #36599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36599C is #C9A663. Grayscale: #555555. Windows color (decimal): -13215332 or 10246454. OLE color: 10246454.

HSL color Cylindrical-coordinate representation of color #36599C: hue angle of 219.41º degrees, saturation: 0.49, 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 #36599C is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5489156-
CMYK0.650.4300.39
HSL219.41º48.57%41.18%-
HSV(B)219.41º65.38%61.18%-
XYZ11.0910.3332.86-
YUV86.17167.4105.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=18.06%
G=29.77%
B=52.17%

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
Decimal54891560.650.4300.39219.4148.5741.18
Hex36599C412B027db3129
Octal66131234101530473336151
Binary1101101011001100111001000001101011010011111011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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