Shades of Astral #277C91
Tints of Astral #277C91
RGB
CMYK
RGB Variations
Color information
#277C91 (or 0x277C91) is known color: Astral. HEX triplet: 27, 7C and 91. RGB value is (39,124,145). Sum of RGB (Red+Green+Blue) = 39+124+145=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #277C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C91 is #D8836E. Grayscale: #646464. Windows color (decimal): -14189423 or 9534503. OLE color: 9534503.
HSL color Cylindrical-coordinate representation of color #277C91: hue angle of 191.89º 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 #277C91 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 124 | 145 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.43 |
| HSL | 191.89º | 0.58% | 0.36% | - |
| HSV(B) | 191.89º | 0.73% | 0.57% | - |
| XYZ | 13.16 | 16.89 | 29.36 | - |
| YUV | 100.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 145 | 0.73 | 0.14 | 0 | 0.43 | 191.89 | 0.58 | 0.36 |
| Hex | 27 | 7C | 91 | 49 | E | 0 | 2B | C0 | 3A | 24 |
| Octal | 47 | 174 | 221 | 111 | 16 | 0 | 53 | 300 | 72 | 44 |
| Binary | 100111 | 1111100 | 10010001 | 1001001 | 1110 | 0 | 101011 | 11000000 | 111010 | 100100 |
Color Harmonies of #277C91
Complementary color
Monochromatic Colors of #277C91
Black with #277C91
Text Example
Text Example
White with #277C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C91; }
p { color: rgb(39,124,145); }
H1.HeaderClassName
{
color: #277C91;
}
.AnyTagClassName
{
color: #277C91;
}
</style>
background-color css
<style>
a { background-color: #277C91; }
a { background-color: rgb(39,124,145); }
div.DivClassName
{
background-color: #277C91;
}
.BgClassName
{
background-color: #277C91;
}
</style>
border-color css
<style>
span { border-color: #277C91; }
span { border-color: rgb(39,124,145); }
td.TdClassName
{
border-color: #277C91;
}
.TagClassName
{
border-color: #277C91;
}
</style>