#3560AC

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

Shades of Mariner #3560AC

Tints of Mariner #3560AC

Color information

#3560AC (or 0x3560AC) is unknown color: approx Mariner. HEX triplet: 35, 60 and AC. RGB value is (53,96,172). Sum of RGB (Red+Green+Blue) = 53+96+172=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #3560AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3560AC is #CA9F53. Grayscale: #5B5B5B. Windows color (decimal): -13279060 or 11296821. OLE color: 11296821.

HSL color Cylindrical-coordinate representation of color #3560AC: hue angle of 218.32º degrees, saturation: 0.53, 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 #3560AC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5396172-
CMYK0.690.4400.33
HSL218.32º52.89%44.12%-
HSV(B)218.32º69.19%67.45%-
XYZ13.112.140.68-
YUV91.81173.25100.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=16.51%
G=29.91%
B=53.58%

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
Decimal53961720.690.4400.33218.3252.8944.12
Hex3560AC452C021da352c
Octal65140254105540413326554
Binary1101011100000101011001000101101100010000111011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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