#36569B

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

Shades of Mariner #36569B

Tints of Mariner #36569B

Color information

#36569B (or 0x36569B) is unknown color: approx Mariner. HEX triplet: 36, 56 and 9B. RGB value is (54,86,155). Sum of RGB (Red+Green+Blue) = 54+86+155=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #36569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36569B is #C9A964. Grayscale: #535353. Windows color (decimal): -13216101 or 10180150. OLE color: 10180150.

HSL color Cylindrical-coordinate representation of color #36569B: hue angle of 220.99º degrees, saturation: 0.48, 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 #36569B is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5486155-
CMYK0.650.4500.39
HSL220.99º48.33%40.98%-
HSV(B)220.99º65.16%60.78%-
XYZ10.779.8132.34-
YUV84.3167.9106.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=18.31%
G=29.15%
B=52.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54861550.650.4500.39220.9948.3340.98
Hex36569B412D027dd3029
Octal66126233101550473356051
Binary1101101010110100110111000001101101010011111011101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36569B; }

 p { color: rgb(54,86,155); }

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

<style>
 a { background-color: #36569B; }

 a { background-color: rgb(54,86,155); }

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

<style>
 span { border-color: #36569B; }

 span { border-color: rgb(54,86,155); }

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