Html Css Color HEX #316E8C Astral

📋 copy color: '#316E8C'

red 49 ◦ green 110 ◦ blue 140

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

Shades of Astral #316E8C

Tints of Astral #316E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 16.39%
G = 36.79%
B = 46.82%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#316E8C (or 0x316E8C) is known color: Astral. HEX triplet: 31, 6E and 8C. RGB value is (49,110,140). Sum of RGB (Red+Green+Blue) = 49+110+140=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #316E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E8C is #CE9173. Grayscale: #5F5F5F. Windows color (decimal): -13537652 or 9203249. OLE color: 9203249.

HSL color Cylindrical-coordinate representation of color #316E8C: hue angle of 199.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #316E8C is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 110 140 -
CMYK 0.65 0.21 0 0.45
HSL 199.78º 0.48% 0.37% -
HSV(B) 199.78º 0.65% 0.55% -
XYZ 11.58 13.7 26.84 -
YUV 95.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 49 110 140 0.65 0.21 0 0.45 199.78 0.48 0.37
Hex 31 6E 8C 41 15 0 2D C8 30 25
Octal 61 156 214 101 25 0 55 310 60 45
Binary 110001 1101110 10001100 1000001 10101 0 101101 11001000 110000 100101

Color Harmonies of #316E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E8C

Black with #316E8C

Text Example


Text Example

White with #316E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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