#315FAE

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

Shades of Mariner #315FAE

Tints of Mariner #315FAE

Color information

#315FAE (or 0x315FAE) is unknown color: approx Mariner. HEX triplet: 31, 5F and AE. RGB value is (49,95,174). Sum of RGB (Red+Green+Blue) = 49+95+174=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #315FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315FAE is #CEA051. Grayscale: #595959. Windows color (decimal): -13541458 or 11427633. OLE color: 11427633.

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

Color convert

RGB4995174-
CMYK0.720.4500.32
HSL217.92º56.05%43.73%-
HSV(B)217.92º71.84%68.24%-
XYZ1311.8941.65-
YUV90.25175.2698.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=15.41%
G=29.87%
B=54.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49951740.720.4500.32217.9256.0543.73
Hex315FAE482D020da382c
Octal61137256110550403327054
Binary1100011011111101011101001000101101010000011011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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