#365F96

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

Shades of Mariner #365F96

Tints of Mariner #365F96

Color information

#365F96 (or 0x365F96) is unknown color: approx Mariner. HEX triplet: 36, 5F and 96. RGB value is (54,95,150). Sum of RGB (Red+Green+Blue) = 54+95+150=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #365F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F96 is #C9A069. Grayscale: #585858. Windows color (decimal): -13213802 or 9854774. OLE color: 9854774.

HSL color Cylindrical-coordinate representation of color #365F96: hue angle of 214.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365F96 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5495150-
CMYK0.640.3700.41
HSL214.38º47.06%40%-
HSV(B)214.38º64%58.82%-
XYZ11.1211.1730.42-
YUV89.01162.42103.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=18.06%
G=31.77%
B=50.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54951500.640.3700.41214.3847.0640
Hex365F964025029d62f28
Octal66137226100450513265750
Binary1101101011111100101101000000100101010100111010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,150); }

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

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

 a { background-color: rgb(54,95,150); }

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

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

 span { border-color: rgb(54,95,150); }

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