#317685

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

Shades of Astral #317685

Tints of Astral #317685

Color information

#317685 (or 0x317685) is unknown color: approx Astral. HEX triplet: 31, 76 and 85. RGB value is (49,118,133). Sum of RGB (Red+Green+Blue) = 49+118+133=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #317685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317685 is #CE897A. Grayscale: #626262. Windows color (decimal): -13535611 or 8746545. OLE color: 8746545.

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

Color convert

RGB49118133-
CMYK0.630.1100.48
HSL190.71º46.15%35.69%-
HSV(B)190.71º63.16%52.16%-
XYZ11.9815.324.51-
YUV99.08147.1492.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=16.33%
G=39.33%
B=44.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491181330.630.1100.48190.7146.1535.69
Hex3176853FB030bf2e24
Octal6116620577130602775644
Binary1100011110110100001011111111011011000010111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317685; }

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

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

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

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

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

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

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

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