#317C92

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

Shades of Astral #317C92

Tints of Astral #317C92

Color information

#317C92 (or 0x317C92) is unknown color: approx Astral. HEX triplet: 31, 7C and 92. RGB value is (49,124,146). Sum of RGB (Red+Green+Blue) = 49+124+146=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #317C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C92 is #CE836D. Grayscale: #676767. Windows color (decimal): -13534062 or 9600049. OLE color: 9600049.

HSL color Cylindrical-coordinate representation of color #317C92: hue angle of 193.61º 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 #317C92 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49124146-
CMYK0.660.1500.43
HSL193.61º49.74%38.24%-
HSV(B)193.61º66.44%57.25%-
XYZ13.6617.1429.78-
YUV104.08151.6588.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=15.36%
G=38.87%
B=45.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491241460.660.1500.43193.6149.7438.24
Hex317C9242F02Bc23226
Octal61174222102170533026246
Binary11000111111001001001010000101111010101111000010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C92; }

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

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

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

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

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

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

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

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