#316785

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

Shades of Astral #316785

Tints of Astral #316785

Color information

#316785 (or 0x316785) is unknown color: approx Astral. HEX triplet: 31, 67 and 85. RGB value is (49,103,133). Sum of RGB (Red+Green+Blue) = 49+103+133=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #316785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316785 is #CE987A. Grayscale: #5A5A5A. Windows color (decimal): -13539451 or 8742705. OLE color: 8742705.

HSL color Cylindrical-coordinate representation of color #316785: hue angle of 201.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316785 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49103133-
CMYK0.630.2300.48
HSL201.43º46.15%35.69%-
HSV(B)201.43º63.16%52.16%-
XYZ10.3512.0523.97-
YUV90.27152.1198.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=17.19%
G=36.14%
B=46.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491031330.630.2300.48201.4346.1535.69
Hex3167853F17030c92e24
Octal6114720577270603115644
Binary11000111001111000010111111110111011000011001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316785; }

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

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

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

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

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

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

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

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