#3562AF

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

Shades of Mariner #3562AF

Tints of Mariner #3562AF

Color information

#3562AF (or 0x3562AF) is unknown color: approx Mariner. HEX triplet: 35, 62 and AF. RGB value is (53,98,175). Sum of RGB (Red+Green+Blue) = 53+98+175=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3562AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562AF is #CA9D50. Grayscale: #5C5C5C. Windows color (decimal): -13278545 or 11493941. OLE color: 11493941.

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

Color convert

RGB5398175-
CMYK0.700.4400.31
HSL217.87º53.51%44.71%-
HSV(B)217.87º69.71%68.63%-
XYZ13.5712.5942.27-
YUV93.32174.0999.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=16.26%
G=30.06%
B=53.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53981750.700.4400.31217.8753.5144.71
Hex3562AF462C01Fda362d
Octal65142257106540373326655
Binary110101110001010101111100011010110001111111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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