#316585

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

Shades of Astral #316585

Tints of Astral #316585

Color information

#316585 (or 0x316585) is unknown color: approx Astral. HEX triplet: 31, 65 and 85. RGB value is (49,101,133). Sum of RGB (Red+Green+Blue) = 49+101+133=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #316585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316585 is #CE9A7A. Grayscale: #585858. Windows color (decimal): -13539963 or 8742193. OLE color: 8742193.

HSL color Cylindrical-coordinate representation of color #316585: hue angle of 202.86º 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 #316585 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49101133-
CMYK0.630.2400.48
HSL202.86º46.15%35.69%-
HSV(B)202.86º63.16%52.16%-
XYZ10.1511.6523.9-
YUV89.1152.7799.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=17.31%
G=35.69%
B=47.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491011330.630.2400.48202.8646.1535.69
Hex3165853F18030cb2e24
Octal6114520577300603135644
Binary11000111001011000010111111111000011000011001011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316585; }

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

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

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

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

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

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

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

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