#315EA1

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

Shades of Mariner #315EA1

Tints of Mariner #315EA1

Color information

#315EA1 (or 0x315EA1) is unknown color: approx Mariner. HEX triplet: 31, 5E and A1. RGB value is (49,94,161). Sum of RGB (Red+Green+Blue) = 49+94+161=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #315EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315EA1 is #CEA15E. Grayscale: #575757. Windows color (decimal): -13541727 or 10575409. OLE color: 10575409.

HSL color Cylindrical-coordinate representation of color #315EA1: hue angle of 215.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315EA1 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4994161-
CMYK0.700.4200.37
HSL215.89º53.33%41.18%-
HSV(B)215.89º69.57%63.14%-
XYZ11.711.2335.27-
YUV88.18169.09100.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 161 (63.28% from 255) = 52.96%
R=16.12%
G=30.92%
B=52.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49941610.700.4200.37215.8953.3341.18
Hex315EA1462A025d83529
Octal61136241106520453306551
Binary1100011011110101000011000110101010010010111011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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