#315EAB

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

Shades of Mariner #315EAB

Tints of Mariner #315EAB

Color information

#315EAB (or 0x315EAB) is unknown color: approx Mariner. HEX triplet: 31, 5E and AB. RGB value is (49,94,171). Sum of RGB (Red+Green+Blue) = 49+94+171=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #315EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315EAB is #CEA154. Grayscale: #585858. Windows color (decimal): -13541717 or 11230769. OLE color: 11230769.

HSL color Cylindrical-coordinate representation of color #315EAB: hue angle of 217.87º 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 #315EAB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4994171-
CMYK0.710.4500.33
HSL217.87º55.45%43.14%-
HSV(B)217.87º71.35%67.06%-
XYZ12.6211.640.1-
YUV89.32174.0999.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=15.61%
G=29.94%
B=54.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49941710.710.4500.33217.8755.4543.14
Hex315EAB472D021da372b
Octal61136253107550413326753
Binary1100011011110101010111000111101101010000111011010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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