#316F7F

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

Shades of Astral #316F7F

Tints of Astral #316F7F

Color information

#316F7F (or 0x316F7F) is unknown color: approx Astral. HEX triplet: 31, 6F and 7F. RGB value is (49,111,127). Sum of RGB (Red+Green+Blue) = 49+111+127=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #316F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F7F is #CE9080. Grayscale: #5E5E5E. Windows color (decimal): -13537409 or 8351537. OLE color: 8351537.

HSL color Cylindrical-coordinate representation of color #316F7F: hue angle of 192.31º 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 #316F7F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49111127-
CMYK0.610.1300.50
HSL192.31º44.32%34.51%-
HSV(B)192.31º61.42%49.8%-
XYZ10.7813.5522.13-
YUV94.29146.4695.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 44.25%
R=17.07%
G=38.68%
B=44.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491111270.610.1300.50192.3144.3234.51
Hex316F7F3DD032c02c23
Octal6115717775150623005443
Binary110001110111111111111111011101011001011000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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