#315BAB

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

Shades of Mariner #315BAB

Tints of Mariner #315BAB

Color information

#315BAB (or 0x315BAB) is unknown color: approx Mariner. HEX triplet: 31, 5B and AB. RGB value is (49,91,171). Sum of RGB (Red+Green+Blue) = 49+91+171=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #315BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAB is #CEA454. Grayscale: #575757. Windows color (decimal): -13542485 or 11230001. OLE color: 11230001.

HSL color Cylindrical-coordinate representation of color #315BAB: hue angle of 219.34º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315BAB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4991171-
CMYK0.710.4700.33
HSL219.34º55.45%43.14%-
HSV(B)219.34º71.35%67.06%-
XYZ12.3611.0840.01-
YUV87.56175.09100.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=15.76%
G=29.26%
B=54.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49911710.710.4700.33219.3455.4543.14
Hex315BAB472F021db372b
Octal61133253107570413336753
Binary1100011011011101010111000111101111010000111011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315BAB; }

 p { color: rgb(49,91,171); }

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

<style>
 a { background-color: #315BAB; }

 a { background-color: rgb(49,91,171); }

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

<style>
 span { border-color: #315BAB; }

 span { border-color: rgb(49,91,171); }

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