Html Css Color HEX #316982 Astral

📋 copy color: '#316982'

red 49 ◦ green 105 ◦ blue 130

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

Shades of Astral #316982

Tints of Astral #316982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 17.25%
G = 36.97%
B = 45.77%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316982 (or 0x316982) is known color: Astral. HEX triplet: 31, 69 and 82. RGB value is (49,105,130). Sum of RGB (Red+Green+Blue) = 49+105+130=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #316982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316982 is #CE967D. Grayscale: #5A5A5A. Windows color (decimal): -13538942 or 8546609. OLE color: 8546609.

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

Color convert

RGB 49 105 130 -
CMYK 0.62 0.19 0 0.49
HSL 198.52º 0.45% 0.35% -
HSV(B) 198.52º 0.62% 0.51% -
XYZ 10.35 12.37 22.96 -
YUV 91.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 49 105 130 0.62 0.19 0 0.49 198.52 0.45 0.35
Hex 31 69 82 3E 13 0 31 C7 2D 23
Octal 61 151 202 76 23 0 61 307 55 43
Binary 110001 1101001 10000010 111110 10011 0 110001 11000111 101101 100011

Color Harmonies of #316982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316982

Black with #316982

Text Example


Text Example

White with #316982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316982; }

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

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

background-color css

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

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

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

border-color css

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

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

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