#3562AB

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

Shades of Mariner #3562AB

Tints of Mariner #3562AB

Color information

#3562AB (or 0x3562AB) is unknown color: approx Mariner. HEX triplet: 35, 62 and AB. RGB value is (53,98,171). Sum of RGB (Red+Green+Blue) = 53+98+171=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #3562AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562AB is #CA9D54. Grayscale: #5C5C5C. Windows color (decimal): -13278549 or 11231797. OLE color: 11231797.

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

Color convert

RGB5398171-
CMYK0.690.4300.33
HSL217.12º52.68%43.92%-
HSV(B)217.12º69.01%67.06%-
XYZ13.1912.4340.23-
YUV92.87172.0999.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=16.46%
G=30.43%
B=53.11%

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
Decimal53981710.690.4300.33217.1252.6843.92
Hex3562AB452B021d9352c
Octal65142253105530413316554
Binary1101011100010101010111000101101011010000111011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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