#3561AA

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

Shades of Mariner #3561AA

Tints of Mariner #3561AA

Color information

#3561AA (or 0x3561AA) is unknown color: approx Mariner. HEX triplet: 35, 61 and AA. RGB value is (53,97,170). Sum of RGB (Red+Green+Blue) = 53+97+170=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #3561AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3561AA is #CA9E55. Grayscale: #5B5B5B. Windows color (decimal): -13278806 or 11166005. OLE color: 11166005.

HSL color Cylindrical-coordinate representation of color #3561AA: hue angle of 217.44º 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 #3561AA is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5397170-
CMYK0.690.4300.33
HSL217.44º52.47%43.73%-
HSV(B)217.44º68.82%66.67%-
XYZ1312.2139.7-
YUV92.17171.92100.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=16.56%
G=30.31%
B=53.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53971700.690.4300.33217.4452.4743.73
Hex3561AA452B021d9342c
Octal65141252105530413316454
Binary1101011100001101010101000101101011010000111011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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