Shades of Astral #277491
Tints of Astral #277491
RGB
CMYK
RGB Variations
Color information
#277491 (or 0x277491) is known color: Astral. HEX triplet: 27, 74 and 91. RGB value is (39,116,145). Sum of RGB (Red+Green+Blue) = 39+116+145=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #277491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277491 is #D88B6E. Grayscale: #606060. Windows color (decimal): -14191471 or 9532455. OLE color: 9532455.
HSL color Cylindrical-coordinate representation of color #277491: hue angle of 196.42º 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 #277491 is Cyan = 0.73, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 116 | 145 | - |
| CMYK | 0.73 | 0.2 | 0 | 0.43 |
| HSL | 196.42º | 0.58% | 0.36% | - |
| HSV(B) | 196.42º | 0.73% | 0.57% | - |
| XYZ | 12.19 | 14.97 | 29.03 | - |
| YUV | 96.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 145 | 0.73 | 0.2 | 0 | 0.43 | 196.42 | 0.58 | 0.36 |
| Hex | 27 | 74 | 91 | 49 | 14 | 0 | 2B | C4 | 3A | 24 |
| Octal | 47 | 164 | 221 | 111 | 24 | 0 | 53 | 304 | 72 | 44 |
| Binary | 100111 | 1110100 | 10010001 | 1001001 | 10100 | 0 | 101011 | 11000100 | 111010 | 100100 |
Color Harmonies of #277491
Complementary color
Monochromatic Colors of #277491
Black with #277491
Text Example
Text Example
White with #277491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277491; }
p { color: rgb(39,116,145); }
H1.HeaderClassName
{
color: #277491;
}
.AnyTagClassName
{
color: #277491;
}
</style>
background-color css
<style>
a { background-color: #277491; }
a { background-color: rgb(39,116,145); }
div.DivClassName
{
background-color: #277491;
}
.BgClassName
{
background-color: #277491;
}
</style>
border-color css
<style>
span { border-color: #277491; }
span { border-color: rgb(39,116,145); }
td.TdClassName
{
border-color: #277491;
}
.TagClassName
{
border-color: #277491;
}
</style>