#317094

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

Shades of Astral #317094

Tints of Astral #317094

Color information

#317094 (or 0x317094) is unknown color: approx Astral. HEX triplet: 31, 70 and 94. RGB value is (49,112,148). Sum of RGB (Red+Green+Blue) = 49+112+148=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #317094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317094 is #CE8F6B. Grayscale: #616161. Windows color (decimal): -13537132 or 9728049. OLE color: 9728049.

HSL color Cylindrical-coordinate representation of color #317094: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317094 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49112148-
CMYK0.670.2400.42
HSL201.82º50.25%38.63%-
HSV(B)201.82º66.89%58.04%-
XYZ12.4114.3830.14-
YUV97.27156.6393.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=15.86%
G=36.25%
B=47.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491121480.670.2400.42201.8250.2538.63
Hex317094431802Aca3227
Octal61160224103300523126247
Binary110001111000010010100100001111000010101011001010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317094; }

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

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

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

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

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

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

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

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