Html Css Color HEX #315AA1 Mariner

📋 copy color: '#315AA1'

red 49 ◦ green 90 ◦ blue 161

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

Shades of Mariner #315AA1

Tints of Mariner #315AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 161 (63.28% from 255) = 53.67%

R = 16.33%
G = 30%
B = 53.67%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#315AA1 (or 0x315AA1) is known color: Mariner. HEX triplet: 31, 5A and A1. RGB value is (49,90,161). Sum of RGB (Red+Green+Blue) = 49+90+161=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #315AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AA1 is #CEA55E. Grayscale: #555555. Windows color (decimal): -13542751 or 10574385. OLE color: 10574385.

HSL color Cylindrical-coordinate representation of color #315AA1: hue angle of 218.04º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315AA1 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 90 161 -
CMYK 0.70 0.44 0 0.37
HSL 218.04º 0.53% 0.41% -
HSV(B) 218.04º 0.7% 0.63% -
XYZ 11.36 10.54 35.15 -
YUV 85.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 49 90 161 0.70 0.44 0 0.37 218.04 0.53 0.41
Hex 31 5A A1 46 2C 0 25 DA 35 29
Octal 61 132 241 106 54 0 45 332 65 51
Binary 110001 1011010 10100001 1000110 101100 0 100101 11011010 110101 101001

Color Harmonies of #315AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AA1

Black with #315AA1

Text Example


Text Example

White with #315AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,161); }

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

background-color css

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

 a { background-color: rgb(49,90,161); }

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

border-color css

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

 span { border-color: rgb(49,90,161); }

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