#315DA3

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

Shades of Mariner #315DA3

Tints of Mariner #315DA3

Color information

#315DA3 (or 0x315DA3) is unknown color: approx Mariner. HEX triplet: 31, 5D and A3. RGB value is (49,93,163). Sum of RGB (Red+Green+Blue) = 49+93+163=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #315DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA3 is #CEA25C. Grayscale: #575757. Windows color (decimal): -13541981 or 10706225. OLE color: 10706225.

HSL color Cylindrical-coordinate representation of color #315DA3: hue angle of 216.84º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315DA3 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4993163-
CMYK0.700.4300.36
HSL216.84º53.77%41.57%-
HSV(B)216.84º69.94%63.92%-
XYZ11.7911.1336.18-
YUV87.82170.42100.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=16.07%
G=30.49%
B=53.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49931630.700.4300.36216.8453.7741.57
Hex315DA3462B024d9362a
Octal61135243106530443316652
Binary1100011011101101000111000110101011010010011011001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,163); }

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

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

 a { background-color: rgb(49,93,163); }

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

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

 span { border-color: rgb(49,93,163); }

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