#3562AA

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

Shades of Mariner #3562AA

Tints of Mariner #3562AA

Color information

#3562AA (or 0x3562AA) is unknown color: approx Mariner. HEX triplet: 35, 62 and AA. RGB value is (53,98,170). Sum of RGB (Red+Green+Blue) = 53+98+170=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #3562AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562AA is #CA9D55. Grayscale: #5C5C5C. Windows color (decimal): -13278550 or 11166261. OLE color: 11166261.

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

Color convert

RGB5398170-
CMYK0.690.4200.33
HSL216.92º52.47%43.73%-
HSV(B)216.92º68.82%66.67%-
XYZ13.0912.3939.73-
YUV92.75171.5999.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=16.51%
G=30.53%
B=52.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53981700.690.4200.33216.9252.4743.73
Hex3562AA452A021d9342c
Octal65142252105520413316454
Binary1101011100010101010101000101101010010000111011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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