Html Css Color HEX #316780 Astral

📋 copy color: '#316780'

red 49 ◦ green 103 ◦ blue 128

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

Shades of Astral #316780

Tints of Astral #316780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 17.5%
G = 36.79%
B = 45.71%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#316780 (or 0x316780) is known color: Astral. HEX triplet: 31, 67 and 80. RGB value is (49,103,128). Sum of RGB (Red+Green+Blue) = 49+103+128=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #316780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316780 is #CE987F. Grayscale: #595959. Windows color (decimal): -13539456 or 8415025. OLE color: 8415025.

HSL color Cylindrical-coordinate representation of color #316780: hue angle of 198.99º 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 #316780 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 103 128 -
CMYK 0.62 0.20 0 0.50
HSL 198.99º 0.45% 0.35% -
HSV(B) 198.99º 0.62% 0.5% -
XYZ 10.01 11.91 22.19 -
YUV 89.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 49 103 128 0.62 0.20 0 0.50 198.99 0.45 0.35
Hex 31 67 80 3E 14 0 32 C7 2D 23
Octal 61 147 200 76 24 0 62 307 55 43
Binary 110001 1100111 10000000 111110 10100 0 110010 11000111 101101 100011

Color Harmonies of #316780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316780

Black with #316780

Text Example


Text Example

White with #316780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316780; }

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

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

background-color css

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

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

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

border-color css

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

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

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