#31677F

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

Shades of Astral #31677F

Tints of Astral #31677F

Color information

#31677F (or 0x31677F) is unknown color: approx Astral. HEX triplet: 31, 67 and 7F. RGB value is (49,103,127). Sum of RGB (Red+Green+Blue) = 49+103+127=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #31677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677F is #CE9880. Grayscale: #595959. Windows color (decimal): -13539457 or 8349489. OLE color: 8349489.

HSL color Cylindrical-coordinate representation of color #31677F: hue angle of 198.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31677F is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49103127-
CMYK0.610.1900.50
HSL198.46º44.32%34.51%-
HSV(B)198.46º61.42%49.8%-
XYZ9.9511.8921.85-
YUV89.59149.1199.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 45.52%
R=17.56%
G=36.92%
B=45.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491031270.610.1900.50198.4644.3234.51
Hex31677F3D13032c62c23
Octal6114717775230623065443
Binary1100011100111111111111110110011011001011000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31677F; }

 p { color: rgb(49,103,127); }

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

<style>
 a { background-color: #31677F; }

 a { background-color: rgb(49,103,127); }

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

<style>
 span { border-color: #31677F; }

 span { border-color: rgb(49,103,127); }

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