Html Css Color HEX #315DA7 Mariner

📋 copy color: '#315DA7'

red 49 ◦ green 93 ◦ blue 167

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

Shades of Mariner #315DA7

Tints of Mariner #315DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 54.05%

R = 15.86%
G = 30.1%
B = 54.05%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#315DA7 (or 0x315DA7) is known color: Mariner. HEX triplet: 31, 5D and A7. RGB value is (49,93,167). Sum of RGB (Red+Green+Blue) = 49+93+167=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #315DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA7 is #CEA258. Grayscale: #575757. Windows color (decimal): -13541977 or 10968369. OLE color: 10968369.

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

Color convert

RGB 49 93 167 -
CMYK 0.71 0.44 0 0.35
HSL 217.63º 0.55% 0.42% -
HSV(B) 217.63º 0.71% 0.65% -
XYZ 12.16 11.27 38.09 -
YUV 88.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 49 93 167 0.71 0.44 0 0.35 217.63 0.55 0.42
Hex 31 5D A7 47 2C 0 23 DA 37 2A
Octal 61 135 247 107 54 0 43 332 67 52
Binary 110001 1011101 10100111 1000111 101100 0 100011 11011010 110111 101010

Color Harmonies of #315DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DA7

Black with #315DA7

Text Example


Text Example

White with #315DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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