#317E8E

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

Shades of Astral #317E8E

Tints of Astral #317E8E

Color information

#317E8E (or 0x317E8E) is unknown color: approx Astral. HEX triplet: 31, 7E and 8E. RGB value is (49,126,142). Sum of RGB (Red+Green+Blue) = 49+126+142=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #317E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E8E is #CE8171. Grayscale: #686868. Windows color (decimal): -13533554 or 9338417. OLE color: 9338417.

HSL color Cylindrical-coordinate representation of color #317E8E: hue angle of 190.32º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317E8E is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49126142-
CMYK0.650.1100.44
HSL190.32º48.69%37.45%-
HSV(B)190.32º65.49%55.69%-
XYZ13.6117.5328.26-
YUV104.8148.9988.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=15.46%
G=39.75%
B=44.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491261420.650.1100.44190.3248.6937.45
Hex317E8E41B02Cbe3125
Octal61176216101130542766145
Binary11000111111101000111010000011011010110010111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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