Html Css Color HEX #316E7F Astral

📋 copy color: '#316E7F'

red 49 ◦ green 110 ◦ blue 127

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

Shades of Astral #316E7F

Tints of Astral #316E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 17.13%
G = 38.46%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#316E7F (or 0x316E7F) is known color: Astral. HEX triplet: 31, 6E and 7F. RGB value is (49,110,127). Sum of RGB (Red+Green+Blue) = 49+110+127=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #316E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E7F is #CE9180. Grayscale: #5D5D5D. Windows color (decimal): -13537665 or 8351281. OLE color: 8351281.

HSL color Cylindrical-coordinate representation of color #316E7F: hue angle of 193.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316E7F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 110 127 -
CMYK 0.61 0.13 0 0.50
HSL 193.08º 0.44% 0.35% -
HSV(B) 193.08º 0.61% 0.5% -
XYZ 10.67 13.34 22.09 -
YUV 93.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 49 110 127 0.61 0.13 0 0.50 193.08 0.44 0.35
Hex 31 6E 7F 3D D 0 32 C1 2C 23
Octal 61 156 177 75 15 0 62 301 54 43
Binary 110001 1101110 1111111 111101 1101 0 110010 11000001 101100 100011

Color Harmonies of #316E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E7F

Black with #316E7F

Text Example


Text Example

White with #316E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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