#316990

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

Shades of Astral #316990

Tints of Astral #316990

Color information

#316990 (or 0x316990) is unknown color: approx Astral. HEX triplet: 31, 69 and 90. RGB value is (49,105,144). Sum of RGB (Red+Green+Blue) = 49+105+144=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #316990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316990 is #CE966F. Grayscale: #5C5C5C. Windows color (decimal): -13538928 or 9464113. OLE color: 9464113.

HSL color Cylindrical-coordinate representation of color #316990: hue angle of 204.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316990 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49105144-
CMYK0.660.2700.44
HSL204.63º49.22%37.84%-
HSV(B)204.63º65.97%56.47%-
XYZ11.3512.7728.25-
YUV92.7156.9596.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=16.44%
G=35.23%
B=48.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491051440.660.2700.44204.6349.2237.84
Hex316990421B02Ccd3126
Octal61151220102330543156146
Binary110001110100110010000100001011011010110011001101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316990; }

 p { color: rgb(49,105,144); }

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

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

 a { background-color: rgb(49,105,144); }

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

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

 span { border-color: rgb(49,105,144); }

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