#316681

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

Shades of Astral #316681

Tints of Astral #316681

Color information

#316681 (or 0x316681) is unknown color: approx Astral. HEX triplet: 31, 66 and 81. RGB value is (49,102,129). Sum of RGB (Red+Green+Blue) = 49+102+129=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #316681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316681 is #CE997E. Grayscale: #595959. Windows color (decimal): -13539711 or 8480305. OLE color: 8480305.

HSL color Cylindrical-coordinate representation of color #316681: hue angle of 200.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316681 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49102129-
CMYK0.620.2100.49
HSL200.25º44.94%34.9%-
HSV(B)200.25º62.02%50.59%-
XYZ9.9811.7422.51-
YUV89.23150.4499.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=17.5%
G=36.43%
B=46.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491021290.620.2100.49200.2544.9434.9
Hex3166813E15031c82d23
Octal6114620176250613105543
Binary11000111001101000000111111010101011000111001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316681; }

 p { color: rgb(49,102,129); }

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

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

 a { background-color: rgb(49,102,129); }

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

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

 span { border-color: rgb(49,102,129); }

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