Shades of Astral #277C8F
Tints of Astral #277C8F
RGB
CMYK
RGB Variations
Color information
#277C8F (or 0x277C8F) is known color: Astral. HEX triplet: 27, 7C and 8F. RGB value is (39,124,143). Sum of RGB (Red+Green+Blue) = 39+124+143=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #277C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C8F is #D88370. Grayscale: #646464. Windows color (decimal): -14189425 or 9403431. OLE color: 9403431.
HSL color Cylindrical-coordinate representation of color #277C8F: hue angle of 190.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277C8F is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 124 | 143 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.44 |
| HSL | 190.96º | 0.57% | 0.36% | - |
| HSV(B) | 190.96º | 0.73% | 0.56% | - |
| XYZ | 13 | 16.83 | 28.55 | - |
| YUV | 100.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 143 | 0.73 | 0.13 | 0 | 0.44 | 190.96 | 0.57 | 0.36 |
| Hex | 27 | 7C | 8F | 49 | D | 0 | 2C | BF | 39 | 24 |
| Octal | 47 | 174 | 217 | 111 | 15 | 0 | 54 | 277 | 71 | 44 |
| Binary | 100111 | 1111100 | 10001111 | 1001001 | 1101 | 0 | 101100 | 10111111 | 111001 | 100100 |
Color Harmonies of #277C8F
Complementary color
Monochromatic Colors of #277C8F
Black with #277C8F
Text Example
Text Example
White with #277C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C8F; }
p { color: rgb(39,124,143); }
H1.HeaderClassName
{
color: #277C8F;
}
.AnyTagClassName
{
color: #277C8F;
}
</style>
background-color css
<style>
a { background-color: #277C8F; }
a { background-color: rgb(39,124,143); }
div.DivClassName
{
background-color: #277C8F;
}
.BgClassName
{
background-color: #277C8F;
}
</style>
border-color css
<style>
span { border-color: #277C8F; }
span { border-color: rgb(39,124,143); }
td.TdClassName
{
border-color: #277C8F;
}
.TagClassName
{
border-color: #277C8F;
}
</style>