#316782

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

Shades of Astral #316782

Tints of Astral #316782

Color information

#316782 (or 0x316782) is unknown color: approx Astral. HEX triplet: 31, 67 and 82. RGB value is (49,103,130). Sum of RGB (Red+Green+Blue) = 49+103+130=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #316782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316782 is #CE987D. Grayscale: #595959. Windows color (decimal): -13539454 or 8546097. OLE color: 8546097.

HSL color Cylindrical-coordinate representation of color #316782: hue angle of 200º 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 #316782 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49103130-
CMYK0.620.2100.49
HSL200º45.25%35.1%-
HSV(B)200º62.31%50.98%-
XYZ10.1511.9722.89-
YUV89.93150.6198.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=17.38%
G=36.52%
B=46.10%

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
Decimal491031300.620.2100.4920045.2535.1
Hex3167823E15031c82d23
Octal6114720276250613105543
Binary11000111001111000001011111010101011000111001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316782; }

 p { color: rgb(49,103,130); }

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

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

 a { background-color: rgb(49,103,130); }

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

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

 span { border-color: rgb(49,103,130); }

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