#316B7F

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

Shades of Astral #316B7F

Tints of Astral #316B7F

Color information

#316B7F (or 0x316B7F) is unknown color: approx Astral. HEX triplet: 31, 6B and 7F. RGB value is (49,107,127). Sum of RGB (Red+Green+Blue) = 49+107+127=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #316B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B7F is #CE9480. Grayscale: #5B5B5B. Windows color (decimal): -13538433 or 8350513. OLE color: 8350513.

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

Color convert

RGB49107127-
CMYK0.610.1600.50
HSL195.38º44.32%34.51%-
HSV(B)195.38º61.42%49.8%-
XYZ10.3612.721.98-
YUV91.94147.7897.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 127 (50% from 255) = 44.88%
R=17.31%
G=37.81%
B=44.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491071270.610.1600.50195.3844.3234.51
Hex316B7F3D10032c32c23
Octal6115317775200623035443
Binary1100011101011111111111110110000011001011000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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