Shades of Astral #277294
Tints of Astral #277294
RGB
CMYK
RGB Variations
Color information
#277294 (or 0x277294) is known color: Astral. HEX triplet: 27, 72 and 94. RGB value is (39,114,148). Sum of RGB (Red+Green+Blue) = 39+114+148=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #277294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277294 is #D88D6B. Grayscale: #5F5F5F. Windows color (decimal): -14191980 or 9728551. OLE color: 9728551.
HSL color Cylindrical-coordinate representation of color #277294: hue angle of 198.72º 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 #277294 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 114 | 148 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.42 |
| HSL | 198.72º | 0.58% | 0.37% | - |
| HSV(B) | 198.72º | 0.74% | 0.58% | - |
| XYZ | 12.2 | 14.6 | 30.19 | - |
| YUV | 95.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 148 | 0.74 | 0.23 | 0 | 0.42 | 198.72 | 0.58 | 0.37 |
| Hex | 27 | 72 | 94 | 4A | 17 | 0 | 2A | C7 | 3A | 25 |
| Octal | 47 | 162 | 224 | 112 | 27 | 0 | 52 | 307 | 72 | 45 |
| Binary | 100111 | 1110010 | 10010100 | 1001010 | 10111 | 0 | 101010 | 11000111 | 111010 | 100101 |
Color Harmonies of #277294
Complementary color
Monochromatic Colors of #277294
Black with #277294
Text Example
Text Example
White with #277294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277294; }
p { color: rgb(39,114,148); }
H1.HeaderClassName
{
color: #277294;
}
.AnyTagClassName
{
color: #277294;
}
</style>
background-color css
<style>
a { background-color: #277294; }
a { background-color: rgb(39,114,148); }
div.DivClassName
{
background-color: #277294;
}
.BgClassName
{
background-color: #277294;
}
</style>
border-color css
<style>
span { border-color: #277294; }
span { border-color: rgb(39,114,148); }
td.TdClassName
{
border-color: #277294;
}
.TagClassName
{
border-color: #277294;
}
</style>