Html Css Color HEX #316E8A Astral

📋 copy color: '#316E8A'

red 49 ◦ green 110 ◦ blue 138

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

Shades of Astral #316E8A

Tints of Astral #316E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.04%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 16.5%
G = 37.04%
B = 46.46%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#316E8A (or 0x316E8A) is known color: Astral. HEX triplet: 31, 6E and 8A. RGB value is (49,110,138). Sum of RGB (Red+Green+Blue) = 49+110+138=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #316E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E8A is #CE9175. Grayscale: #5E5E5E. Windows color (decimal): -13537654 or 9072177. OLE color: 9072177.

HSL color Cylindrical-coordinate representation of color #316E8A: hue angle of 198.88º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316E8A is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 110 138 -
CMYK 0.64 0.20 0 0.46
HSL 198.88º 0.48% 0.37% -
HSV(B) 198.88º 0.64% 0.54% -
XYZ 11.43 13.64 26.08 -
YUV 94.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 49 110 138 0.64 0.20 0 0.46 198.88 0.48 0.37
Hex 31 6E 8A 40 14 0 2E C7 30 25
Octal 61 156 212 100 24 0 56 307 60 45
Binary 110001 1101110 10001010 1000000 10100 0 101110 11000111 110000 100101

Color Harmonies of #316E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E8A

Black with #316E8A

Text Example


Text Example

White with #316E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316E8A; }

 p { color: rgb(49,110,138); }

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

background-color css

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

 a { background-color: rgb(49,110,138); }

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

border-color css

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

 span { border-color: rgb(49,110,138); }

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