#36539E

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

Shades of Mariner #36539E

Tints of Mariner #36539E

Color information

#36539E (or 0x36539E) is unknown color: approx Mariner. HEX triplet: 36, 53 and 9E. RGB value is (54,83,158). Sum of RGB (Red+Green+Blue) = 54+83+158=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 83 (32.81% from 255 or 28.14% 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 #36539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36539E is #C9AC61. Grayscale: #525252. Windows color (decimal): -13216866 or 10375990. OLE color: 10375990.

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

Color convert

RGB5483158-
CMYK0.660.4700.38
HSL223.27º49.06%41.57%-
HSV(B)223.27º65.82%61.96%-
XYZ10.799.4433.6-
YUV82.88170.39107.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=18.31%
G=28.14%
B=53.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54831580.660.4700.38223.2749.0641.57
Hex36539E422F026df312a
Octal66123236102570463376152
Binary1101101010011100111101000010101111010011011011111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,83,158); }

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

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

 a { background-color: rgb(54,83,158); }

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

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

 span { border-color: rgb(54,83,158); }

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