#3562AE

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

Shades of Mariner #3562AE

Tints of Mariner #3562AE

Color information

#3562AE (or 0x3562AE) is unknown color: approx Mariner. HEX triplet: 35, 62 and AE. RGB value is (53,98,174). Sum of RGB (Red+Green+Blue) = 53+98+174=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #3562AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562AE is #CA9D51. Grayscale: #5C5C5C. Windows color (decimal): -13278546 or 11428405. OLE color: 11428405.

HSL color Cylindrical-coordinate representation of color #3562AE: hue angle of 217.69º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3562AE is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5398174-
CMYK0.700.4400.32
HSL217.69º53.3%44.51%-
HSV(B)217.69º69.54%68.24%-
XYZ13.4812.5541.76-
YUV93.21173.5999.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=16.31%
G=30.15%
B=53.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53981740.700.4400.32217.6953.344.51
Hex3562AE462C020da352d
Octal65142256106540403326555
Binary1101011100010101011101000110101100010000011011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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