#366299

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

Shades of Mariner #366299

Tints of Mariner #366299

Color information

#366299 (or 0x366299) is unknown color: approx Mariner. HEX triplet: 36, 62 and 99. RGB value is (54,98,153). Sum of RGB (Red+Green+Blue) = 54+98+153=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #366299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366299 is #C99D66. Grayscale: #5A5A5A. Windows color (decimal): -13213031 or 10052150. OLE color: 10052150.

HSL color Cylindrical-coordinate representation of color #366299: hue angle of 213.33º 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 #366299 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5498153-
CMYK0.650.3600.4
HSL213.33º47.83%40.59%-
HSV(B)213.33º64.71%60%-
XYZ11.6411.8231.8-
YUV91.11162.92101.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=17.70%
G=32.13%
B=50.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54981530.650.3600.4213.3347.8340.59
Hex3662994124028d53029
Octal66142231101440503256051
Binary1101101100010100110011000001100100010100011010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366299; }

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

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

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

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

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

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

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

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