Shades of Astral #277A96
Tints of Astral #277A96
RGB
CMYK
RGB Variations
Color information
#277A96 (or 0x277A96) is known color: Astral. HEX triplet: 27, 7A and 96. RGB value is (39,122,150). Sum of RGB (Red+Green+Blue) = 39+122+150=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #277A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A96 is #D88569. Grayscale: #646464. Windows color (decimal): -14189930 or 9861671. OLE color: 9861671.
HSL color Cylindrical-coordinate representation of color #277A96: hue angle of 195.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277A96 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 122 | 150 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.41 |
| HSL | 195.14º | 0.59% | 0.37% | - |
| HSV(B) | 195.14º | 0.74% | 0.59% | - |
| XYZ | 13.3 | 16.55 | 31.35 | - |
| YUV | 100.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 150 | 0.74 | 0.19 | 0 | 0.41 | 195.14 | 0.59 | 0.37 |
| Hex | 27 | 7A | 96 | 4A | 13 | 0 | 29 | C3 | 3B | 25 |
| Octal | 47 | 172 | 226 | 112 | 23 | 0 | 51 | 303 | 73 | 45 |
| Binary | 100111 | 1111010 | 10010110 | 1001010 | 10011 | 0 | 101001 | 11000011 | 111011 | 100101 |
Color Harmonies of #277A96
Complementary color
Monochromatic Colors of #277A96
Black with #277A96
Text Example
Text Example
White with #277A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A96; }
p { color: rgb(39,122,150); }
H1.HeaderClassName
{
color: #277A96;
}
.AnyTagClassName
{
color: #277A96;
}
</style>
background-color css
<style>
a { background-color: #277A96; }
a { background-color: rgb(39,122,150); }
div.DivClassName
{
background-color: #277A96;
}
.BgClassName
{
background-color: #277A96;
}
</style>
border-color css
<style>
span { border-color: #277A96; }
span { border-color: rgb(39,122,150); }
td.TdClassName
{
border-color: #277A96;
}
.TagClassName
{
border-color: #277A96;
}
</style>