Shades of Astral #277394
Tints of Astral #277394
RGB
CMYK
RGB Variations
Color information
#277394 (or 0x277394) is known color: Astral. HEX triplet: 27, 73 and 94. RGB value is (39,115,148). Sum of RGB (Red+Green+Blue) = 39+115+148=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #277394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277394 is #D88C6B. Grayscale: #5F5F5F. Windows color (decimal): -14191724 or 9728807. OLE color: 9728807.
HSL color Cylindrical-coordinate representation of color #277394: hue angle of 198.17º 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 #277394 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 115 | 148 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.42 |
| HSL | 198.17º | 0.58% | 0.37% | - |
| HSV(B) | 198.17º | 0.74% | 0.58% | - |
| XYZ | 12.31 | 14.83 | 30.23 | - |
| YUV | 96.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 148 | 0.74 | 0.22 | 0 | 0.42 | 198.17 | 0.58 | 0.37 |
| Hex | 27 | 73 | 94 | 4A | 16 | 0 | 2A | C6 | 3A | 25 |
| Octal | 47 | 163 | 224 | 112 | 26 | 0 | 52 | 306 | 72 | 45 |
| Binary | 100111 | 1110011 | 10010100 | 1001010 | 10110 | 0 | 101010 | 11000110 | 111010 | 100101 |
Color Harmonies of #277394
Complementary color
Monochromatic Colors of #277394
Black with #277394
Text Example
Text Example
White with #277394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277394; }
p { color: rgb(39,115,148); }
H1.HeaderClassName
{
color: #277394;
}
.AnyTagClassName
{
color: #277394;
}
</style>
background-color css
<style>
a { background-color: #277394; }
a { background-color: rgb(39,115,148); }
div.DivClassName
{
background-color: #277394;
}
.BgClassName
{
background-color: #277394;
}
</style>
border-color css
<style>
span { border-color: #277394; }
span { border-color: rgb(39,115,148); }
td.TdClassName
{
border-color: #277394;
}
.TagClassName
{
border-color: #277394;
}
</style>