#365E9B

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

Shades of Mariner #365E9B

Tints of Mariner #365E9B

Color information

#365E9B (or 0x365E9B) is unknown color: approx Mariner. HEX triplet: 36, 5E and 9B. RGB value is (54,94,155). Sum of RGB (Red+Green+Blue) = 54+94+155=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #365E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E9B is #C9A164. Grayscale: #585858. Windows color (decimal): -13214053 or 10182198. OLE color: 10182198.

HSL color Cylindrical-coordinate representation of color #365E9B: hue angle of 216.24º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #365E9B is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5494155-
CMYK0.650.3900.39
HSL216.24º48.33%40.98%-
HSV(B)216.24º65.16%60.78%-
XYZ11.4411.1632.56-
YUV88.99165.25103.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=17.82%
G=31.02%
B=51.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54941550.650.3900.39216.2448.3340.98
Hex365E9B4127027d83029
Octal66136233101470473306051
Binary1101101011110100110111000001100111010011111011000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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