#316E8C

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

Shades of Astral #316E8C

Tints of Astral #316E8C

Color information

#316E8C (or 0x316E8C) is unknown color: approx 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

RGB49110140-
CMYK0.650.2100.45
HSL199.78º48.15%37.06%-
HSV(B)199.78º65%54.9%-
XYZ11.5813.726.84-
YUV95.18153.2995.06-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491101400.650.2100.45199.7848.1537.06
Hex316E8C411502Dc83025
Octal61156214101250553106045
Binary110001110111010001100100000110101010110111001000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>