#316A92

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

Shades of Astral #316A92

Tints of Astral #316A92

Color information

#316A92 (or 0x316A92) is unknown color: approx Astral. HEX triplet: 31, 6A and 92. RGB value is (49,106,146). Sum of RGB (Red+Green+Blue) = 49+106+146=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #316A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A92 is #CE956D. Grayscale: #5D5D5D. Windows color (decimal): -13538670 or 9595441. OLE color: 9595441.

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

Color convert

RGB49106146-
CMYK0.660.2700.43
HSL204.74º49.74%38.24%-
HSV(B)204.74º66.44%57.25%-
XYZ11.6113.0429.1-
YUV93.52157.6296.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=16.28%
G=35.22%
B=48.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491061460.660.2700.43204.7449.7438.24
Hex316A92421B02Bcd3226
Octal61152222102330533156246
Binary110001110101010010010100001011011010101111001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A92; }

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

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

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

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

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

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

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

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