#3560AA

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

Shades of Mariner #3560AA

Tints of Mariner #3560AA

Color information

#3560AA (or 0x3560AA) is unknown color: approx Mariner. HEX triplet: 35, 60 and AA. RGB value is (53,96,170). Sum of RGB (Red+Green+Blue) = 53+96+170=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3560AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3560AA is #CA9F55. Grayscale: #5B5B5B. Windows color (decimal): -13279062 or 11165749. OLE color: 11165749.

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

Color convert

RGB5396170-
CMYK0.690.4400.33
HSL217.95º52.47%43.73%-
HSV(B)217.95º68.82%66.67%-
XYZ12.9112.0239.67-
YUV91.58172.25100.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=16.61%
G=30.09%
B=53.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53961700.690.4400.33217.9552.4743.73
Hex3560AA452C021da342c
Octal65140252105540413326454
Binary1101011100000101010101000101101100010000111011010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3560AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3560AA; }

 p { color: rgb(53,96,170); }

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

<style>
 a { background-color: #3560AA; }

 a { background-color: rgb(53,96,170); }

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

<style>
 span { border-color: #3560AA; }

 span { border-color: rgb(53,96,170); }

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