Shades of Astral #277B94
Tints of Astral #277B94
RGB
CMYK
RGB Variations
Color information
#277B94 (or 0x277B94) is known color: Astral. HEX triplet: 27, 7B and 94. RGB value is (39,123,148). Sum of RGB (Red+Green+Blue) = 39+123+148=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #277B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B94 is #D8846B. Grayscale: #646464. Windows color (decimal): -14189676 or 9730855. OLE color: 9730855.
HSL color Cylindrical-coordinate representation of color #277B94: hue angle of 193.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277B94 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 123 | 148 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.42 |
| HSL | 193.76º | 0.58% | 0.37% | - |
| HSV(B) | 193.76º | 0.74% | 0.58% | - |
| XYZ | 13.26 | 16.74 | 30.55 | - |
| YUV | 100.73 | 154.67 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 148 | 0.74 | 0.17 | 0 | 0.42 | 193.76 | 0.58 | 0.37 |
| Hex | 27 | 7B | 94 | 4A | 11 | 0 | 2A | C2 | 3A | 25 |
| Octal | 47 | 173 | 224 | 112 | 21 | 0 | 52 | 302 | 72 | 45 |
| Binary | 100111 | 1111011 | 10010100 | 1001010 | 10001 | 0 | 101010 | 11000010 | 111010 | 100101 |
Color Harmonies of #277B94
Complementary color
Monochromatic Colors of #277B94
Black with #277B94
Text Example
Text Example
White with #277B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B94; }
p { color: rgb(39,123,148); }
H1.HeaderClassName
{
color: #277B94;
}
.AnyTagClassName
{
color: #277B94;
}
</style>
background-color css
<style>
a { background-color: #277B94; }
a { background-color: rgb(39,123,148); }
div.DivClassName
{
background-color: #277B94;
}
.BgClassName
{
background-color: #277B94;
}
</style>
border-color css
<style>
span { border-color: #277B94; }
span { border-color: rgb(39,123,148); }
td.TdClassName
{
border-color: #277B94;
}
.TagClassName
{
border-color: #277B94;
}
</style>