#317994

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

Shades of Astral #317994

Tints of Astral #317994

Color information

#317994 (or 0x317994) is unknown color: approx Astral. HEX triplet: 31, 79 and 94. RGB value is (49,121,148). Sum of RGB (Red+Green+Blue) = 49+121+148=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #317994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317994 is #CE866B. Grayscale: #666666. Windows color (decimal): -13534828 or 9730353. OLE color: 9730353.

HSL color Cylindrical-coordinate representation of color #317994: hue angle of 196.36º 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 #317994 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49121148-
CMYK0.670.1800.42
HSL196.36º50.25%38.63%-
HSV(B)196.36º66.89%58.04%-
XYZ13.4516.4730.49-
YUV102.55153.6589.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=15.41%
G=38.05%
B=46.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491211480.670.1800.42196.3650.2538.63
Hex317994431202Ac43227
Octal61171224103220523046247
Binary110001111100110010100100001110010010101011000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317994; }

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

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

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

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

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

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

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

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