#316781

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

Shades of Astral #316781

Tints of Astral #316781

Color information

#316781 (or 0x316781) is unknown color: approx Astral. HEX triplet: 31, 67 and 81. RGB value is (49,103,129). Sum of RGB (Red+Green+Blue) = 49+103+129=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #316781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316781 is #CE987E. Grayscale: #595959. Windows color (decimal): -13539455 or 8480561. OLE color: 8480561.

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

Color convert

RGB49103129-
CMYK0.620.2000.49
HSL199.5º44.94%34.9%-
HSV(B)199.5º62.02%50.59%-
XYZ10.0811.9422.54-
YUV89.82150.1198.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=17.44%
G=36.65%
B=45.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491031290.620.2000.49199.544.9434.9
Hex3167813E14031c82d23
Octal6114720176240613105543
Binary11000111001111000000111111010100011000111001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316781; }

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

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

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

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

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

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

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

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