#316C7E

Color #316C7E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #316C7E

Tints of Astral #316C7E

Color information

#316C7E (or 0x316C7E) is unknown color: approx Astral. HEX triplet: 31, 6C and 7E. RGB value is (49,108,126). Sum of RGB (Red+Green+Blue) = 49+108+126=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #316C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C7E is #CE9381. Grayscale: #5C5C5C. Windows color (decimal): -13538178 or 8285233. OLE color: 8285233.

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

Color convert

RGB49108126-
CMYK0.610.1400.51
HSL194.03º44%34.31%-
HSV(B)194.03º61.11%49.41%-
XYZ10.412.8821.68-
YUV92.41146.9597.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=17.31%
G=38.16%
B=44.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491081260.610.1400.51194.034434.31
Hex316C7E3DE033c22c22
Octal6115417675160633025442
Binary110001110110011111101111011110011001111000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #316C7E;
 }
 .AnyTagClassName
 {
   color: #316C7E;
 }
</style>
background-color css

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

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

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

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

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

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