#366097

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

Shades of Mariner #366097

Tints of Mariner #366097

Color information

#366097 (or 0x366097) is unknown color: approx Mariner. HEX triplet: 36, 60 and 97. RGB value is (54,96,151). Sum of RGB (Red+Green+Blue) = 54+96+151=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #366097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366097 is #C99F68. Grayscale: #595959. Windows color (decimal): -13213545 or 9920566. OLE color: 9920566.

HSL color Cylindrical-coordinate representation of color #366097: hue angle of 214.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366097 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5496151-
CMYK0.640.3600.41
HSL214.02º47.32%40.2%-
HSV(B)214.02º64.24%59.22%-
XYZ11.2911.3830.88-
YUV89.71162.59102.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=17.94%
G=31.89%
B=50.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54961510.640.3600.41214.0247.3240.2
Hex3660974024029d62f28
Octal66140227100440513265750
Binary1101101100000100101111000000100100010100111010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366097; }

 p { color: rgb(54,96,151); }

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

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

 a { background-color: rgb(54,96,151); }

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

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

 span { border-color: rgb(54,96,151); }

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