Shades of Astral #277B8E
Tints of Astral #277B8E
RGB
CMYK
RGB Variations
Color information
#277B8E (or 0x277B8E) is known color: Astral. HEX triplet: 27, 7B and 8E. RGB value is (39,123,142). Sum of RGB (Red+Green+Blue) = 39+123+142=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #277B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B8E is #D88471. Grayscale: #636363. Windows color (decimal): -14189682 or 9337639. OLE color: 9337639.
HSL color Cylindrical-coordinate representation of color #277B8E: hue angle of 191.07º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277B8E is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 123 | 142 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.44 |
| HSL | 191.07º | 0.57% | 0.35% | - |
| HSV(B) | 191.07º | 0.73% | 0.56% | - |
| XYZ | 12.8 | 16.55 | 28.11 | - |
| YUV | 100.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 142 | 0.73 | 0.13 | 0 | 0.44 | 191.07 | 0.57 | 0.35 |
| Hex | 27 | 7B | 8E | 49 | D | 0 | 2C | BF | 39 | 23 |
| Octal | 47 | 173 | 216 | 111 | 15 | 0 | 54 | 277 | 71 | 43 |
| Binary | 100111 | 1111011 | 10001110 | 1001001 | 1101 | 0 | 101100 | 10111111 | 111001 | 100011 |
Color Harmonies of #277B8E
Complementary color
Monochromatic Colors of #277B8E
Black with #277B8E
Text Example
Text Example
White with #277B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B8E; }
p { color: rgb(39,123,142); }
H1.HeaderClassName
{
color: #277B8E;
}
.AnyTagClassName
{
color: #277B8E;
}
</style>
background-color css
<style>
a { background-color: #277B8E; }
a { background-color: rgb(39,123,142); }
div.DivClassName
{
background-color: #277B8E;
}
.BgClassName
{
background-color: #277B8E;
}
</style>
border-color css
<style>
span { border-color: #277B8E; }
span { border-color: rgb(39,123,142); }
td.TdClassName
{
border-color: #277B8E;
}
.TagClassName
{
border-color: #277B8E;
}
</style>