#36529E

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

Shades of Mariner #36529E

Tints of Mariner #36529E

Color information

#36529E (or 0x36529E) is unknown color: approx Mariner. HEX triplet: 36, 52 and 9E. RGB value is (54,82,158). Sum of RGB (Red+Green+Blue) = 54+82+158=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #36529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36529E is #C9AD61. Grayscale: #515151. Windows color (decimal): -13217122 or 10375734. OLE color: 10375734.

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

Color convert

RGB5482158-
CMYK0.660.4800.38
HSL223.85º49.06%41.57%-
HSV(B)223.85º65.82%61.96%-
XYZ10.719.2933.58-
YUV82.29170.72107.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=18.37%
G=27.89%
B=53.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54821580.660.4800.38223.8549.0641.57
Hex36529E4230026e0312a
Octal66122236102600463406152
Binary1101101010010100111101000010110000010011011100000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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