#317789

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

Shades of Astral #317789

Tints of Astral #317789

Color information

#317789 (or 0x317789) is unknown color: approx Astral. HEX triplet: 31, 77 and 89. RGB value is (49,119,137). Sum of RGB (Red+Green+Blue) = 49+119+137=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #317789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317789 is #CE8876. Grayscale: #636363. Windows color (decimal): -13535351 or 9008945. OLE color: 9008945.

HSL color Cylindrical-coordinate representation of color #317789: hue angle of 192.27º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317789 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49119137-
CMYK0.640.1300.46
HSL192.27º47.31%36.47%-
HSV(B)192.27º64.23%53.73%-
XYZ12.3815.6526.04-
YUV100.12148.8191.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=16.07%
G=39.02%
B=44.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491191370.640.1300.46192.2747.3136.47
Hex31778940D02Ec02f24
Octal61167211100150563005744
Binary11000111101111000100110000001101010111011000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317789; }

 p { color: rgb(49,119,137); }

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

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

 a { background-color: rgb(49,119,137); }

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

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

 span { border-color: rgb(49,119,137); }

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