Shades of Astral #277A90
Tints of Astral #277A90
RGB
CMYK
RGB Variations
Color information
#277A90 (or 0x277A90) is known color: Astral. HEX triplet: 27, 7A and 90. RGB value is (39,122,144). Sum of RGB (Red+Green+Blue) = 39+122+144=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #277A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A90 is #D8856F. Grayscale: #636363. Windows color (decimal): -14189936 or 9468455. OLE color: 9468455.
HSL color Cylindrical-coordinate representation of color #277A90: hue angle of 192.57º 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 #277A90 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 122 | 144 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.44 |
| HSL | 192.57º | 0.57% | 0.36% | - |
| HSV(B) | 192.57º | 0.73% | 0.56% | - |
| XYZ | 12.83 | 16.36 | 28.87 | - |
| YUV | 99.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 144 | 0.73 | 0.15 | 0 | 0.44 | 192.57 | 0.57 | 0.36 |
| Hex | 27 | 7A | 90 | 49 | F | 0 | 2C | C1 | 39 | 24 |
| Octal | 47 | 172 | 220 | 111 | 17 | 0 | 54 | 301 | 71 | 44 |
| Binary | 100111 | 1111010 | 10010000 | 1001001 | 1111 | 0 | 101100 | 11000001 | 111001 | 100100 |
Color Harmonies of #277A90
Complementary color
Monochromatic Colors of #277A90
Black with #277A90
Text Example
Text Example
White with #277A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A90; }
p { color: rgb(39,122,144); }
H1.HeaderClassName
{
color: #277A90;
}
.AnyTagClassName
{
color: #277A90;
}
</style>
background-color css
<style>
a { background-color: #277A90; }
a { background-color: rgb(39,122,144); }
div.DivClassName
{
background-color: #277A90;
}
.BgClassName
{
background-color: #277A90;
}
</style>
border-color css
<style>
span { border-color: #277A90; }
span { border-color: rgb(39,122,144); }
td.TdClassName
{
border-color: #277A90;
}
.TagClassName
{
border-color: #277A90;
}
</style>