#365B9E

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

Shades of Mariner #365B9E

Tints of Mariner #365B9E

Color information

#365B9E (or 0x365B9E) is unknown color: approx Mariner. HEX triplet: 36, 5B and 9E. RGB value is (54,91,158). Sum of RGB (Red+Green+Blue) = 54+91+158=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #365B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B9E is #C9A461. Grayscale: #575757. Windows color (decimal): -13214818 or 10378038. OLE color: 10378038.

HSL color Cylindrical-coordinate representation of color #365B9E: hue angle of 218.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365B9E is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5491158-
CMYK0.660.4200.38
HSL218.65º49.06%41.57%-
HSV(B)218.65º65.82%61.96%-
XYZ11.4310.7433.82-
YUV87.57167.74104.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=17.82%
G=30.03%
B=52.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54911580.660.4200.38218.6549.0641.57
Hex365B9E422A026db312a
Octal66133236102520463336152
Binary1101101011011100111101000010101010010011011011011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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