#36589F

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

Shades of Mariner #36589F

Tints of Mariner #36589F

Color information

#36589F (or 0x36589F) is unknown color: approx Mariner. HEX triplet: 36, 58 and 9F. RGB value is (54,88,159). Sum of RGB (Red+Green+Blue) = 54+88+159=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #36589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36589F is #C9A760. Grayscale: #555555. Windows color (decimal): -13215585 or 10442806. OLE color: 10442806.

HSL color Cylindrical-coordinate representation of color #36589F: hue angle of 220.57º 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 #36589F is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5488159-
CMYK0.660.4500.38
HSL220.57º49.3%41.76%-
HSV(B)220.57º66.04%62.35%-
XYZ11.2710.2734.19-
YUV85.93169.24105.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=17.94%
G=29.24%
B=52.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54881590.660.4500.38220.5749.341.76
Hex36589F422D026dd312a
Octal66130237102550463356152
Binary1101101011000100111111000010101101010011011011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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