#366199

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

Shades of Mariner #366199

Tints of Mariner #366199

Color information

#366199 (or 0x366199) is unknown color: approx Mariner. HEX triplet: 36, 61 and 99. RGB value is (54,97,153). Sum of RGB (Red+Green+Blue) = 54+97+153=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #366199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366199 is #C99E66. Grayscale: #5A5A5A. Windows color (decimal): -13213287 or 10051894. OLE color: 10051894.

HSL color Cylindrical-coordinate representation of color #366199: hue angle of 213.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366199 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5497153-
CMYK0.650.3700.4
HSL213.94º47.83%40.59%-
HSV(B)213.94º64.71%60%-
XYZ11.5511.6331.77-
YUV90.53163.25101.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=17.76%
G=31.91%
B=50.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54971530.650.3700.4213.9447.8340.59
Hex3661994125028d63029
Octal66141231101450503266051
Binary1101101100001100110011000001100101010100011010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366199; }

 p { color: rgb(54,97,153); }

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

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

 a { background-color: rgb(54,97,153); }

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

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

 span { border-color: rgb(54,97,153); }

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