#366295

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

Shades of Mariner #366295

Tints of Mariner #366295

Color information

#366295 (or 0x366295) is unknown color: approx Mariner. HEX triplet: 36, 62 and 95. RGB value is (54,98,149). Sum of RGB (Red+Green+Blue) = 54+98+149=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #366295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366295 is #C99D6A. Grayscale: #5A5A5A. Windows color (decimal): -13213035 or 9790006. OLE color: 9790006.

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

Color convert

RGB5498149-
CMYK0.640.3400.42
HSL212.21º46.8%39.8%-
HSV(B)212.21º63.76%58.43%-
XYZ11.3111.6930.09-
YUV90.66160.92101.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=17.94%
G=32.56%
B=49.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54981490.640.3400.42212.2146.839.8
Hex366295402202Ad42f28
Octal66142225100420523245750
Binary1101101100010100101011000000100010010101011010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366295; }

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

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

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

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

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

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

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

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