Html Css Color HEX #316980 Astral

📋 copy color: '#316980'

red 49 ◦ green 105 ◦ blue 128

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

Shades of Astral #316980

Tints of Astral #316980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 17.38%
G = 37.23%
B = 45.39%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#316980 (or 0x316980) is known color: Astral. HEX triplet: 31, 69 and 80. RGB value is (49,105,128). Sum of RGB (Red+Green+Blue) = 49+105+128=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #316980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316980 is #CE967F. Grayscale: #5A5A5A. Windows color (decimal): -13538944 or 8415537. OLE color: 8415537.

HSL color Cylindrical-coordinate representation of color #316980: hue angle of 197.47º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316980 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 105 128 -
CMYK 0.62 0.18 0 0.50
HSL 197.47º 0.45% 0.35% -
HSV(B) 197.47º 0.62% 0.5% -
XYZ 10.21 12.31 22.26 -
YUV 90.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 49 105 128 0.62 0.18 0 0.50 197.47 0.45 0.35
Hex 31 69 80 3E 12 0 32 C5 2D 23
Octal 61 151 200 76 22 0 62 305 55 43
Binary 110001 1101001 10000000 111110 10010 0 110010 11000101 101101 100011

Color Harmonies of #316980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316980

Black with #316980

Text Example


Text Example

White with #316980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316980; }

 p { color: rgb(49,105,128); }

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

background-color css

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

 a { background-color: rgb(49,105,128); }

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

border-color css

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

 span { border-color: rgb(49,105,128); }

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