Html Css Color HEX #315AA8 Mariner

📋 copy color: '#315AA8'

red 49 ◦ green 90 ◦ blue 168

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

Shades of Mariner #315AA8

Tints of Mariner #315AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 54.72%

R = 15.96%
G = 29.32%
B = 54.72%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#315AA8 (or 0x315AA8) is known color: Mariner. HEX triplet: 31, 5A and A8. RGB value is (49,90,168). Sum of RGB (Red+Green+Blue) = 49+90+168=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #315AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AA8 is #CEA557. Grayscale: #565656. Windows color (decimal): -13542744 or 11033137. OLE color: 11033137.

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

Color convert

RGB 49 90 168 -
CMYK 0.71 0.46 0 0.34
HSL 219.33º 0.55% 0.43% -
HSV(B) 219.33º 0.71% 0.66% -
XYZ 11.99 10.79 38.5 -
YUV 86.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 49 90 168 0.71 0.46 0 0.34 219.33 0.55 0.43
Hex 31 5A A8 47 2E 0 22 DB 37 2B
Octal 61 132 250 107 56 0 42 333 67 53
Binary 110001 1011010 10101000 1000111 101110 0 100010 11011011 110111 101011

Color Harmonies of #315AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AA8

Black with #315AA8

Text Example


Text Example

White with #315AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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