#317B8F

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

Shades of Astral #317B8F

Tints of Astral #317B8F

Color information

#317B8F (or 0x317B8F) is unknown color: approx Astral. HEX triplet: 31, 7B and 8F. RGB value is (49,123,143). Sum of RGB (Red+Green+Blue) = 49+123+143=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #317B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B8F is #CE8470. Grayscale: #676767. Windows color (decimal): -13534321 or 9403185. OLE color: 9403185.

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

Color convert

RGB49123143-
CMYK0.660.1400.44
HSL192.77º48.96%37.65%-
HSV(B)192.77º65.73%56.08%-
XYZ13.3116.828.53-
YUV103.15150.4889.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=15.56%
G=39.05%
B=45.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491231430.660.1400.44192.7748.9637.65
Hex317B8F42E02Cc13126
Octal61173217102160543016146
Binary11000111110111000111110000101110010110011000001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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