Html Css Color HEX #316E7D Astral

📋 copy color: '#316E7D'

red 49 ◦ green 110 ◦ blue 125

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

Shades of Astral #316E7D

Tints of Astral #316E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 17.25%
G = 38.73%
B = 44.01%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#316E7D (or 0x316E7D) is known color: Astral. HEX triplet: 31, 6E and 7D. RGB value is (49,110,125). Sum of RGB (Red+Green+Blue) = 49+110+125=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #316E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E7D is #CE9182. Grayscale: #5D5D5D. Windows color (decimal): -13537667 or 8220209. OLE color: 8220209.

HSL color Cylindrical-coordinate representation of color #316E7D: hue angle of 191.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316E7D is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 110 125 -
CMYK 0.61 0.12 0 0.51
HSL 191.84º 0.44% 0.34% -
HSV(B) 191.84º 0.61% 0.49% -
XYZ 10.54 13.29 21.41 -
YUV 93.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 49 110 125 0.61 0.12 0 0.51 191.84 0.44 0.34
Hex 31 6E 7D 3D C 0 33 C0 2C 22
Octal 61 156 175 75 14 0 63 300 54 42
Binary 110001 1101110 1111101 111101 1100 0 110011 11000000 101100 100010

Color Harmonies of #316E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E7D

Black with #316E7D

Text Example


Text Example

White with #316E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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