#365AA6

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

Shades of Mariner #365AA6

Tints of Mariner #365AA6

Color information

#365AA6 (or 0x365AA6) is unknown color: approx Mariner. HEX triplet: 36, 5A and A6. RGB value is (54,90,166). Sum of RGB (Red+Green+Blue) = 54+90+166=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #365AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AA6 is #C9A559. Grayscale: #575757. Windows color (decimal): -13215066 or 10902070. OLE color: 10902070.

HSL color Cylindrical-coordinate representation of color #365AA6: hue angle of 220.71º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365AA6 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5490166-
CMYK0.670.4600.35
HSL220.71º50.91%43.14%-
HSV(B)220.71º67.47%65.1%-
XYZ12.0610.8537.53-
YUV87.9172.07103.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=17.42%
G=29.03%
B=53.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54901660.670.4600.35220.7150.9143.14
Hex365AA6432E023dd332b
Octal66132246103560433356353
Binary1101101011010101001101000011101110010001111011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,90,166); }

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

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

 a { background-color: rgb(54,90,166); }

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

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

 span { border-color: rgb(54,90,166); }

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