#3161AE

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

Shades of Mariner #3161AE

Tints of Mariner #3161AE

Color information

#3161AE (or 0x3161AE) is unknown color: approx Mariner. HEX triplet: 31, 61 and AE. RGB value is (49,97,174). Sum of RGB (Red+Green+Blue) = 49+97+174=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #3161AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3161AE is #CE9E51. Grayscale: #5B5B5B. Windows color (decimal): -13540946 or 11428145. OLE color: 11428145.

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

Color convert

RGB4997174-
CMYK0.720.4400.32
HSL216.96º56.05%43.73%-
HSV(B)216.96º71.84%68.24%-
XYZ13.1812.2641.72-
YUV91.43174.697.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=15.31%
G=30.31%
B=54.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49971740.720.4400.32216.9656.0543.73
Hex3161AE482C020d9382c
Octal61141256110540403317054
Binary1100011100001101011101001000101100010000011011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3161AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,97,174); }

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

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

 a { background-color: rgb(49,97,174); }

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

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

 span { border-color: rgb(49,97,174); }

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