#3159A7

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

Shades of Mariner #3159A7

Tints of Mariner #3159A7

Color information

#3159A7 (or 0x3159A7) is unknown color: approx Mariner. HEX triplet: 31, 59 and A7. RGB value is (49,89,167). Sum of RGB (Red+Green+Blue) = 49+89+167=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 167 (65.62% from 255 or 54.75% from 305); Max value from RGB is 167 - color contains mainly: blue. Hex color #3159A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3159A7 is #CEA658. Grayscale: #555555. Windows color (decimal): -13543001 or 10967345. OLE color: 10967345.

HSL color Cylindrical-coordinate representation of color #3159A7: hue angle of 219.66º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3159A7 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4989167-
CMYK0.710.4700.35
HSL219.66º54.63%42.35%-
HSV(B)219.66º70.66%65.49%-
XYZ11.8110.5937.98-
YUV85.93173.75101.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 167 (65.62% from 255) = 54.75%
R=16.07%
G=29.18%
B=54.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49891670.710.4700.35219.6654.6342.35
Hex3159A7472F023dc372a
Octal61131247107570433346752
Binary1100011011001101001111000111101111010001111011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3159A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3159A7; }

 p { color: rgb(49,89,167); }

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

<style>
 a { background-color: #3159A7; }

 a { background-color: rgb(49,89,167); }

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

<style>
 span { border-color: #3159A7; }

 span { border-color: rgb(49,89,167); }

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