#315B9F

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

Shades of Mariner #315B9F

Tints of Mariner #315B9F

Color information

#315B9F (or 0x315B9F) is unknown color: approx Mariner. HEX triplet: 31, 5B and 9F. RGB value is (49,91,159). Sum of RGB (Red+Green+Blue) = 49+91+159=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #315B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315B9F is #CEA460. Grayscale: #555555. Windows color (decimal): -13542497 or 10443569. OLE color: 10443569.

HSL color Cylindrical-coordinate representation of color #315B9F: hue angle of 217.09º 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 #315B9F is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4991159-
CMYK0.690.4300.38
HSL217.09º52.88%40.78%-
HSV(B)217.09º69.18%62.35%-
XYZ11.2710.6434.26-
YUV86.19169.09101.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=16.39%
G=30.43%
B=53.18%

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
Decimal49911590.690.4300.38217.0952.8840.78
Hex315B9F452B026d93529
Octal61133237105530463316551
Binary1100011011011100111111000101101011010011011011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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