Html Css Color HEX #315FA7 Mariner

📋 copy color: '#315FA7'

red 49 ◦ green 95 ◦ blue 167

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

Shades of Mariner #315FA7

Tints of Mariner #315FA7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

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

R = 15.76%
G = 30.55%
B = 53.7%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#315FA7 (or 0x315FA7) is known color: Mariner. HEX triplet: 31, 5F and A7. RGB value is (49,95,167). Sum of RGB (Red+Green+Blue) = 49+95+167=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #315FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315FA7 is #CEA058. Grayscale: #595959. Windows color (decimal): -13541465 or 10968881. OLE color: 10968881.

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

Color convert

RGB 49 95 167 -
CMYK 0.71 0.43 0 0.35
HSL 216.61º 0.55% 0.42% -
HSV(B) 216.61º 0.71% 0.65% -
XYZ 12.33 11.63 38.15 -
YUV 89.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 49 95 167 0.71 0.43 0 0.35 216.61 0.55 0.42
Hex 31 5F A7 47 2B 0 23 D9 37 2A
Octal 61 137 247 107 53 0 43 331 67 52
Binary 110001 1011111 10100111 1000111 101011 0 100011 11011001 110111 101010

Color Harmonies of #315FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FA7

Black with #315FA7

Text Example


Text Example

White with #315FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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