Shades of Astral #31768B
Tints of Astral #31768B
RGB
CMYK
RGB Variations
Color information
#31768B (or 0x31768B) is known color: Astral. HEX triplet: 31, 76 and 8B. RGB value is (49,118,139). Sum of RGB (Red+Green+Blue) = 49+118+139=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #31768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31768B is #CE8974. Grayscale: #636363. Windows color (decimal): -13535605 or 9139761. OLE color: 9139761.
HSL color Cylindrical-coordinate representation of color #31768B: hue angle of 194º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31768B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 118 | 139 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.45 |
| HSL | 194º | 0.48% | 0.37% | - |
| HSV(B) | 194º | 0.65% | 0.55% | - |
| XYZ | 12.41 | 15.47 | 26.76 | - |
| YUV | 99.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 139 | 0.65 | 0.15 | 0 | 0.45 | 194 | 0.48 | 0.37 |
| Hex | 31 | 76 | 8B | 41 | F | 0 | 2D | C2 | 30 | 25 |
| Octal | 61 | 166 | 213 | 101 | 17 | 0 | 55 | 302 | 60 | 45 |
| Binary | 110001 | 1110110 | 10001011 | 1000001 | 1111 | 0 | 101101 | 11000010 | 110000 | 100101 |
Color Harmonies of #31768B
Complementary color
Monochromatic Colors of #31768B
Black with #31768B
Text Example
Text Example
White with #31768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31768B; }
p { color: rgb(49,118,139); }
H1.HeaderClassName
{
color: #31768B;
}
.AnyTagClassName
{
color: #31768B;
}
</style>
background-color css
<style>
a { background-color: #31768B; }
a { background-color: rgb(49,118,139); }
div.DivClassName
{
background-color: #31768B;
}
.BgClassName
{
background-color: #31768B;
}
</style>
border-color css
<style>
span { border-color: #31768B; }
span { border-color: rgb(49,118,139); }
td.TdClassName
{
border-color: #31768B;
}
.TagClassName
{
border-color: #31768B;
}
</style>