#316E93

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

Shades of Astral #316E93

Tints of Astral #316E93

Color information

#316E93 (or 0x316E93) is unknown color: approx Astral. HEX triplet: 31, 6E and 93. RGB value is (49,110,147). Sum of RGB (Red+Green+Blue) = 49+110+147=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #316E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E93 is #CE916C. Grayscale: #5F5F5F. Windows color (decimal): -13537645 or 9662001. OLE color: 9662001.

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

Color convert

RGB49110147-
CMYK0.670.2500.42
HSL202.65º50%38.43%-
HSV(B)202.65º66.67%57.65%-
XYZ12.1113.9129.65-
YUV95.98156.7994.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=16.01%
G=35.95%
B=48.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491101470.670.2500.42202.655038.43
Hex316E93431902Acb3226
Octal61156223103310523136246
Binary110001110111010010011100001111001010101011001011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,147); }

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

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

 a { background-color: rgb(49,110,147); }

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

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

 span { border-color: rgb(49,110,147); }

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