Html Css Color HEX #315FAA Mariner

📋 copy color: '#315FAA'

red 49 ◦ green 95 ◦ blue 170

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

Shades of Mariner #315FAA

Tints of Mariner #315FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 15.61%
G = 30.25%
B = 54.14%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#315FAA (or 0x315FAA) is known color: Mariner. HEX triplet: 31, 5F and AA. RGB value is (49,95,170). Sum of RGB (Red+Green+Blue) = 49+95+170=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #315FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315FAA is #CEA055. Grayscale: #595959. Windows color (decimal): -13541462 or 11165489. OLE color: 11165489.

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

Color convert

RGB 49 95 170 -
CMYK 0.71 0.44 0 0.33
HSL 217.19º 0.55% 0.43% -
HSV(B) 217.19º 0.71% 0.67% -
XYZ 12.61 11.74 39.63 -
YUV 89.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 49 95 170 0.71 0.44 0 0.33 217.19 0.55 0.43
Hex 31 5F AA 47 2C 0 21 D9 37 2B
Octal 61 137 252 107 54 0 41 331 67 53
Binary 110001 1011111 10101010 1000111 101100 0 100001 11011001 110111 101011

Color Harmonies of #315FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FAA

Black with #315FAA

Text Example


Text Example

White with #315FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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