#316E8F

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

Shades of Astral #316E8F

Tints of Astral #316E8F

Color information

#316E8F (or 0x316E8F) is unknown color: approx Astral. HEX triplet: 31, 6E and 8F. RGB value is (49,110,143). Sum of RGB (Red+Green+Blue) = 49+110+143=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #316E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E8F is #CE9170. Grayscale: #5F5F5F. Windows color (decimal): -13537649 or 9399857. OLE color: 9399857.

HSL color Cylindrical-coordinate representation of color #316E8F: hue angle of 201.06º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316E8F is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49110143-
CMYK0.660.2300.44
HSL201.06º48.96%37.65%-
HSV(B)201.06º65.73%56.08%-
XYZ11.813.7928.03-
YUV95.52154.7994.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=16.23%
G=36.42%
B=47.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491101430.660.2300.44201.0648.9637.65
Hex316E8F421702Cc93126
Octal61156217102270543116146
Binary110001110111010001111100001010111010110011001001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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