#365DAA

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

Shades of Mariner #365DAA

Tints of Mariner #365DAA

Color information

#365DAA (or 0x365DAA) is unknown color: approx Mariner. HEX triplet: 36, 5D and AA. RGB value is (54,93,170). Sum of RGB (Red+Green+Blue) = 54+93+170=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #365DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DAA is #C9A255. Grayscale: #595959. Windows color (decimal): -13214294 or 11164982. OLE color: 11164982.

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

Color convert

RGB5493170-
CMYK0.680.4500.33
HSL219.83º51.79%43.92%-
HSV(B)219.83º68.24%66.67%-
XYZ12.6911.5239.58-
YUV90.12173.08102.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=17.03%
G=29.34%
B=53.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54931700.680.4500.33219.8351.7943.92
Hex365DAA442D021dc342c
Octal66135252104550413346454
Binary1101101011101101010101000100101101010000111011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,170); }

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

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

 a { background-color: rgb(54,93,170); }

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

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

 span { border-color: rgb(54,93,170); }

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