Shades of Astral #277993
Tints of Astral #277993
RGB
CMYK
RGB Variations
Color information
#277993 (or 0x277993) is known color: Astral. HEX triplet: 27, 79 and 93. RGB value is (39,121,147). Sum of RGB (Red+Green+Blue) = 39+121+147=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #277993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277993 is #D8866C. Grayscale: #636363. Windows color (decimal): -14190189 or 9664807. OLE color: 9664807.
HSL color Cylindrical-coordinate representation of color #277993: hue angle of 194.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277993 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 121 | 147 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.42 |
| HSL | 194.44º | 0.58% | 0.36% | - |
| HSV(B) | 194.44º | 0.73% | 0.58% | - |
| XYZ | 12.94 | 16.21 | 30.05 | - |
| YUV | 99.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 147 | 0.73 | 0.18 | 0 | 0.42 | 194.44 | 0.58 | 0.36 |
| Hex | 27 | 79 | 93 | 49 | 12 | 0 | 2A | C2 | 3A | 24 |
| Octal | 47 | 171 | 223 | 111 | 22 | 0 | 52 | 302 | 72 | 44 |
| Binary | 100111 | 1111001 | 10010011 | 1001001 | 10010 | 0 | 101010 | 11000010 | 111010 | 100100 |
Color Harmonies of #277993
Complementary color
Monochromatic Colors of #277993
Black with #277993
Text Example
Text Example
White with #277993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277993; }
p { color: rgb(39,121,147); }
H1.HeaderClassName
{
color: #277993;
}
.AnyTagClassName
{
color: #277993;
}
</style>
background-color css
<style>
a { background-color: #277993; }
a { background-color: rgb(39,121,147); }
div.DivClassName
{
background-color: #277993;
}
.BgClassName
{
background-color: #277993;
}
</style>
border-color css
<style>
span { border-color: #277993; }
span { border-color: rgb(39,121,147); }
td.TdClassName
{
border-color: #277993;
}
.TagClassName
{
border-color: #277993;
}
</style>