#365E99

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

Shades of Mariner #365E99

Tints of Mariner #365E99

Color information

#365E99 (or 0x365E99) is unknown color: approx Mariner. HEX triplet: 36, 5E and 99. RGB value is (54,94,153). Sum of RGB (Red+Green+Blue) = 54+94+153=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #365E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E99 is #C9A166. Grayscale: #585858. Windows color (decimal): -13214055 or 10051126. OLE color: 10051126.

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

Color convert

RGB5494153-
CMYK0.650.3900.4
HSL215.76º47.83%40.59%-
HSV(B)215.76º64.71%60%-
XYZ11.2711.0931.68-
YUV88.77164.25103.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=17.94%
G=31.23%
B=50.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54941530.650.3900.4215.7647.8340.59
Hex365E994127028d83029
Octal66136231101470503306051
Binary1101101011110100110011000001100111010100011011000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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