Shades of Astral #277A92
Tints of Astral #277A92
RGB
CMYK
RGB Variations
Color information
#277A92 (or 0x277A92) is known color: Astral. HEX triplet: 27, 7A and 92. RGB value is (39,122,146). Sum of RGB (Red+Green+Blue) = 39+122+146=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #277A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A92 is #D8856D. Grayscale: #636363. Windows color (decimal): -14189934 or 9599527. OLE color: 9599527.
HSL color Cylindrical-coordinate representation of color #277A92: hue angle of 193.46º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277A92 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 122 | 146 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.43 |
| HSL | 193.46º | 0.58% | 0.36% | - |
| HSV(B) | 193.46º | 0.73% | 0.57% | - |
| XYZ | 12.98 | 16.43 | 29.68 | - |
| YUV | 99.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 146 | 0.73 | 0.16 | 0 | 0.43 | 193.46 | 0.58 | 0.36 |
| Hex | 27 | 7A | 92 | 49 | 10 | 0 | 2B | C1 | 3A | 24 |
| Octal | 47 | 172 | 222 | 111 | 20 | 0 | 53 | 301 | 72 | 44 |
| Binary | 100111 | 1111010 | 10010010 | 1001001 | 10000 | 0 | 101011 | 11000001 | 111010 | 100100 |
Color Harmonies of #277A92
Complementary color
Monochromatic Colors of #277A92
Black with #277A92
Text Example
Text Example
White with #277A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A92; }
p { color: rgb(39,122,146); }
H1.HeaderClassName
{
color: #277A92;
}
.AnyTagClassName
{
color: #277A92;
}
</style>
background-color css
<style>
a { background-color: #277A92; }
a { background-color: rgb(39,122,146); }
div.DivClassName
{
background-color: #277A92;
}
.BgClassName
{
background-color: #277A92;
}
</style>
border-color css
<style>
span { border-color: #277A92; }
span { border-color: rgb(39,122,146); }
td.TdClassName
{
border-color: #277A92;
}
.TagClassName
{
border-color: #277A92;
}
</style>