Shades of Astral #277695
Tints of Astral #277695
RGB
CMYK
RGB Variations
Color information
#277695 (or 0x277695) is known color: Astral. HEX triplet: 27, 76 and 95. RGB value is (39,118,149). Sum of RGB (Red+Green+Blue) = 39+118+149=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #277695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277695 is #D8896A. Grayscale: #616161. Windows color (decimal): -14190955 or 9795111. OLE color: 9795111.
HSL color Cylindrical-coordinate representation of color #277695: hue angle of 196.91º degrees, saturation: 0.59, 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 #277695 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 118 | 149 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.42 |
| HSL | 196.91º | 0.59% | 0.37% | - |
| HSV(B) | 196.91º | 0.74% | 0.58% | - |
| XYZ | 12.74 | 15.56 | 30.77 | - |
| YUV | 97.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 149 | 0.74 | 0.21 | 0 | 0.42 | 196.91 | 0.59 | 0.37 |
| Hex | 27 | 76 | 95 | 4A | 15 | 0 | 2A | C5 | 3B | 25 |
| Octal | 47 | 166 | 225 | 112 | 25 | 0 | 52 | 305 | 73 | 45 |
| Binary | 100111 | 1110110 | 10010101 | 1001010 | 10101 | 0 | 101010 | 11000101 | 111011 | 100101 |
Color Harmonies of #277695
Complementary color
Monochromatic Colors of #277695
Black with #277695
Text Example
Text Example
White with #277695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277695; }
p { color: rgb(39,118,149); }
H1.HeaderClassName
{
color: #277695;
}
.AnyTagClassName
{
color: #277695;
}
</style>
background-color css
<style>
a { background-color: #277695; }
a { background-color: rgb(39,118,149); }
div.DivClassName
{
background-color: #277695;
}
.BgClassName
{
background-color: #277695;
}
</style>
border-color css
<style>
span { border-color: #277695; }
span { border-color: rgb(39,118,149); }
td.TdClassName
{
border-color: #277695;
}
.TagClassName
{
border-color: #277695;
}
</style>