Html Css Color HEX #315DA5 Mariner

📋 copy color: '#315DA5'

red 49 ◦ green 93 ◦ blue 165

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

Shades of Mariner #315DA5

Tints of Mariner #315DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.75%

R = 15.96%
G = 30.29%
B = 53.75%

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

#315DA5 (or 0x315DA5) is known color: Mariner. HEX triplet: 31, 5D and A5. RGB value is (49,93,165). Sum of RGB (Red+Green+Blue) = 49+93+165=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #315DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA5 is #CEA25A. Grayscale: #575757. Windows color (decimal): -13541979 or 10837297. OLE color: 10837297.

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

Color convert

RGB 49 93 165 -
CMYK 0.70 0.44 0 0.35
HSL 217.24º 0.54% 0.42% -
HSV(B) 217.24º 0.7% 0.65% -
XYZ 11.97 11.2 37.13 -
YUV 88.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 49 93 165 0.70 0.44 0 0.35 217.24 0.54 0.42
Hex 31 5D A5 46 2C 0 23 D9 36 2A
Octal 61 135 245 106 54 0 43 331 66 52
Binary 110001 1011101 10100101 1000110 101100 0 100011 11011001 110110 101010

Color Harmonies of #315DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DA5

Black with #315DA5

Text Example


Text Example

White with #315DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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