#317092

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

Shades of Astral #317092

Tints of Astral #317092

Color information

#317092 (or 0x317092) is unknown color: approx Astral. HEX triplet: 31, 70 and 92. RGB value is (49,112,146). Sum of RGB (Red+Green+Blue) = 49+112+146=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #317092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317092 is #CE8F6D. Grayscale: #606060. Windows color (decimal): -13537134 or 9596977. OLE color: 9596977.

HSL color Cylindrical-coordinate representation of color #317092: hue angle of 201.03º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317092 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49112146-
CMYK0.660.2300.43
HSL201.03º49.74%38.24%-
HSV(B)201.03º66.44%57.25%-
XYZ12.2514.3229.31-
YUV97.04155.6393.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=15.96%
G=36.48%
B=47.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491121460.660.2300.43201.0349.7438.24
Hex317092421702Bc93226
Octal61160222102270533116246
Binary110001111000010010010100001010111010101111001001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317092; }

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

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

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

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

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

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

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

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