#365FA9

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

Shades of Mariner #365FA9

Tints of Mariner #365FA9

Color information

#365FA9 (or 0x365FA9) is unknown color: approx Mariner. HEX triplet: 36, 5F and A9. RGB value is (54,95,169). Sum of RGB (Red+Green+Blue) = 54+95+169=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #365FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365FA9 is #C9A056. Grayscale: #5A5A5A. Windows color (decimal): -13213783 or 11099958. OLE color: 11099958.

HSL color Cylindrical-coordinate representation of color #365FA9: hue angle of 218.61º 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 #365FA9 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5495169-
CMYK0.680.4400.34
HSL218.61º51.57%43.73%-
HSV(B)218.61º68.05%66.27%-
XYZ12.7711.8339.15-
YUV91.18171.92101.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=16.98%
G=29.87%
B=53.14%

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
Decimal54951690.680.4400.34218.6151.5743.73
Hex365FA9442C022db342c
Octal66137251104540423336454
Binary1101101011111101010011000100101100010001011011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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