#365B95

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

Shades of Mariner #365B95

Tints of Mariner #365B95

Color information

#365B95 (or 0x365B95) is unknown color: approx Mariner. HEX triplet: 36, 5B and 95. RGB value is (54,91,149). Sum of RGB (Red+Green+Blue) = 54+91+149=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #365B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B95 is #C9A46A. Grayscale: #565656. Windows color (decimal): -13214827 or 9788214. OLE color: 9788214.

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

Color convert

RGB5491149-
CMYK0.640.3900.42
HSL216.63º46.8%39.8%-
HSV(B)216.63º63.76%58.43%-
XYZ10.6910.4429.88-
YUV86.55163.24104.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=18.37%
G=30.95%
B=50.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54911490.640.3900.42216.6346.839.8
Hex365B95402702Ad92f28
Octal66133225100470523315750
Binary1101101011011100101011000000100111010101011011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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