#3156A2

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

Shades of Mariner #3156A2

Tints of Mariner #3156A2

Color information

#3156A2 (or 0x3156A2) is unknown color: approx Mariner. HEX triplet: 31, 56 and A2. RGB value is (49,86,162). Sum of RGB (Red+Green+Blue) = 49+86+162=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #3156A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3156A2 is #CEA95D. Grayscale: #535353. Windows color (decimal): -13543774 or 10638897. OLE color: 10638897.

HSL color Cylindrical-coordinate representation of color #3156A2: hue angle of 220.35º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3156A2 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4986162-
CMYK0.700.4700.36
HSL220.35º53.55%41.37%-
HSV(B)220.35º69.75%63.53%-
XYZ11.129.9235.51-
YUV83.6172.24103.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=16.50%
G=28.96%
B=54.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49861620.700.4700.36220.3553.5541.37
Hex3156A2462F024dc3629
Octal61126242106570443346651
Binary1100011010110101000101000110101111010010011011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3156A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3156A2; }

 p { color: rgb(49,86,162); }

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

<style>
 a { background-color: #3156A2; }

 a { background-color: rgb(49,86,162); }

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

<style>
 span { border-color: #3156A2; }

 span { border-color: rgb(49,86,162); }

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