#315A9F

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

Shades of Mariner #315A9F

Tints of Mariner #315A9F

Color information

#315A9F (or 0x315A9F) is unknown color: approx Mariner. HEX triplet: 31, 5A and 9F. RGB value is (49,90,159). Sum of RGB (Red+Green+Blue) = 49+90+159=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #315A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A9F is #CEA560. Grayscale: #555555. Windows color (decimal): -13542753 or 10443313. OLE color: 10443313.

HSL color Cylindrical-coordinate representation of color #315A9F: hue angle of 217.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315A9F is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4990159-
CMYK0.690.4300.38
HSL217.64º52.88%40.78%-
HSV(B)217.64º69.18%62.35%-
XYZ11.1810.4734.23-
YUV85.61169.42101.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=16.44%
G=30.20%
B=53.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49901590.690.4300.38217.6452.8840.78
Hex315A9F452B026da3529
Octal61132237105530463326551
Binary1100011011010100111111000101101011010011011011010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,159); }

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

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

 a { background-color: rgb(49,90,159); }

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

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

 span { border-color: rgb(49,90,159); }

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