#365D95

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

Shades of Mariner #365D95

Tints of Mariner #365D95

Color information

#365D95 (or 0x365D95) is unknown color: approx Mariner. HEX triplet: 36, 5D and 95. RGB value is (54,93,149). Sum of RGB (Red+Green+Blue) = 54+93+149=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #365D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D95 is #C9A26A. Grayscale: #575757. Windows color (decimal): -13214315 or 9788726. OLE color: 9788726.

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

Color convert

RGB5493149-
CMYK0.640.3800.42
HSL215.37º46.8%39.8%-
HSV(B)215.37º63.76%58.43%-
XYZ10.8610.7829.94-
YUV87.72162.58103.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=18.24%
G=31.42%
B=50.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54931490.640.3800.42215.3746.839.8
Hex365D95402602Ad72f28
Octal66135225100460523275750
Binary1101101011101100101011000000100110010101011010111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D95; }

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

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

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

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

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

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

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

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