#365EA9

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

Shades of Mariner #365EA9

Tints of Mariner #365EA9

Color information

#365EA9 (or 0x365EA9) is unknown color: approx Mariner. HEX triplet: 36, 5E and A9. RGB value is (54,94,169). Sum of RGB (Red+Green+Blue) = 54+94+169=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #365EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EA9 is #C9A156. Grayscale: #5A5A5A. Windows color (decimal): -13214039 or 11099702. OLE color: 11099702.

HSL color Cylindrical-coordinate representation of color #365EA9: hue angle of 219.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365EA9 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5494169-
CMYK0.680.4400.34
HSL219.13º51.57%43.73%-
HSV(B)219.13º68.05%66.27%-
XYZ12.6911.6539.12-
YUV90.59172.25101.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=17.03%
G=29.65%
B=53.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54941690.680.4400.34219.1351.5743.73
Hex365EA9442C022db342c
Octal66136251104540423336454
Binary1101101011110101010011000100101100010001011011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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