#317090

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

Shades of Astral #317090

Tints of Astral #317090

Color information

#317090 (or 0x317090) is unknown color: approx Astral. HEX triplet: 31, 70 and 90. RGB value is (49,112,144). Sum of RGB (Red+Green+Blue) = 49+112+144=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #317090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317090 is #CE8F6F. Grayscale: #606060. Windows color (decimal): -13537136 or 9465905. OLE color: 9465905.

HSL color Cylindrical-coordinate representation of color #317090: hue angle of 200.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317090 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49112144-
CMYK0.660.2200.44
HSL200.21º49.22%37.84%-
HSV(B)200.21º65.97%56.47%-
XYZ12.0914.2528.5-
YUV96.81154.6393.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=16.07%
G=36.72%
B=47.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491121440.660.2200.44200.2149.2237.84
Hex317090421602Cc83126
Octal61160220102260543106146
Binary110001111000010010000100001010110010110011001000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317090; }

 p { color: rgb(49,112,144); }

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

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

 a { background-color: rgb(49,112,144); }

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

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

 span { border-color: rgb(49,112,144); }

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