Html Css Color HEX #316C7D Astral

📋 copy color: '#316C7D'

red 49 ◦ green 108 ◦ blue 125

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

Shades of Astral #316C7D

Tints of Astral #316C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

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

R = 17.38%
G = 38.3%
B = 44.33%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#316C7D (or 0x316C7D) is known color: Astral. HEX triplet: 31, 6C and 7D. RGB value is (49,108,125). Sum of RGB (Red+Green+Blue) = 49+108+125=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #316C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C7D is #CE9382. Grayscale: #5C5C5C. Windows color (decimal): -13538179 or 8219697. OLE color: 8219697.

HSL color Cylindrical-coordinate representation of color #316C7D: hue angle of 193.42º 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 #316C7D is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 108 125 -
CMYK 0.61 0.14 0 0.51
HSL 193.42º 0.44% 0.34% -
HSV(B) 193.42º 0.61% 0.49% -
XYZ 10.33 12.86 21.34 -
YUV 92.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 49 108 125 0.61 0.14 0 0.51 193.42 0.44 0.34
Hex 31 6C 7D 3D E 0 33 C1 2C 22
Octal 61 154 175 75 16 0 63 301 54 42
Binary 110001 1101100 1111101 111101 1110 0 110011 11000001 101100 100010

Color Harmonies of #316C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C7D

Black with #316C7D

Text Example


Text Example

White with #316C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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