Html Css Color HEX #315DA6 Mariner

📋 copy color: '#315DA6'

red 49 ◦ green 93 ◦ blue 166

#315DA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #315DA6

Tints of Mariner #315DA6

RGB

 RED value IS 49 (19.53% from 255) = 15.91%

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 166 (65.23% from 255) = 53.9%

R = 15.91%
G = 30.19%
B = 53.9%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#315DA6 (or 0x315DA6) is known color: Mariner. HEX triplet: 31, 5D and A6. RGB value is (49,93,166). Sum of RGB (Red+Green+Blue) = 49+93+166=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #315DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA6 is #CEA259. Grayscale: #575757. Windows color (decimal): -13541978 or 10902833. OLE color: 10902833.

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

Color convert

RGB 49 93 166 -
CMYK 0.70 0.44 0 0.35
HSL 217.44º 0.54% 0.42% -
HSV(B) 217.44º 0.7% 0.65% -
XYZ 12.06 11.23 37.61 -
YUV 88.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 49 93 166 0.70 0.44 0 0.35 217.44 0.54 0.42
Hex 31 5D A6 46 2C 0 23 D9 36 2A
Octal 61 135 246 106 54 0 43 331 66 52
Binary 110001 1011101 10100110 1000110 101100 0 100011 11011001 110110 101010

Color Harmonies of #315DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DA6

Black with #315DA6

Text Example


Text Example

White with #315DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #315DA6;
 }
 .AnyTagClassName
 {
   color: #315DA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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