#366095

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

Shades of Mariner #366095

Tints of Mariner #366095

Color information

#366095 (or 0x366095) is unknown color: approx Mariner. HEX triplet: 36, 60 and 95. RGB value is (54,96,149). Sum of RGB (Red+Green+Blue) = 54+96+149=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #366095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366095 is #C99F6A. Grayscale: #595959. Windows color (decimal): -13213547 or 9789494. OLE color: 9789494.

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

Color convert

RGB5496149-
CMYK0.640.3600.42
HSL213.47º46.8%39.8%-
HSV(B)213.47º63.76%58.43%-
XYZ11.1311.3230.03-
YUV89.48161.59102.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=18.06%
G=32.11%
B=49.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54961490.640.3600.42213.4746.839.8
Hex366095402402Ad52f28
Octal66140225100440523255750
Binary1101101100000100101011000000100100010101011010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366095; }

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

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

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

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

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

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

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

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