#317E8F

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

Shades of Astral #317E8F

Tints of Astral #317E8F

Color information

#317E8F (or 0x317E8F) is unknown color: approx Astral. HEX triplet: 31, 7E and 8F. RGB value is (49,126,143). Sum of RGB (Red+Green+Blue) = 49+126+143=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #317E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E8F is #CE8170. Grayscale: #686868. Windows color (decimal): -13533553 or 9403953. OLE color: 9403953.

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

Color convert

RGB49126143-
CMYK0.660.1200.44
HSL190.85º48.96%37.65%-
HSV(B)190.85º65.73%56.08%-
XYZ13.6917.5628.65-
YUV104.92149.4988.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 126 (49.61% from 255) = 39.62%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=15.41%
G=39.62%
B=44.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491261430.660.1200.44190.8548.9637.65
Hex317E8F42C02Cbf3126
Octal61176217102140542776146
Binary11000111111101000111110000101100010110010111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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