Shades of Astral #27708F
Tints of Astral #27708F
RGB
CMYK
RGB Variations
Color information
#27708F (or 0x27708F) is known color: Astral. HEX triplet: 27, 70 and 8F. RGB value is (39,112,143). Sum of RGB (Red+Green+Blue) = 39+112+143=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #27708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708F is #D88F70. Grayscale: #5D5D5D. Windows color (decimal): -14192497 or 9400359. OLE color: 9400359.
HSL color Cylindrical-coordinate representation of color #27708F: hue angle of 197.88º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27708F is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 112 | 143 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.44 |
| HSL | 197.88º | 0.57% | 0.36% | - |
| HSV(B) | 197.88º | 0.73% | 0.56% | - |
| XYZ | 11.59 | 14 | 28.08 | - |
| YUV | 93.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 143 | 0.73 | 0.22 | 0 | 0.44 | 197.88 | 0.57 | 0.36 |
| Hex | 27 | 70 | 8F | 49 | 16 | 0 | 2C | C6 | 39 | 24 |
| Octal | 47 | 160 | 217 | 111 | 26 | 0 | 54 | 306 | 71 | 44 |
| Binary | 100111 | 1110000 | 10001111 | 1001001 | 10110 | 0 | 101100 | 11000110 | 111001 | 100100 |
Color Harmonies of #27708F
Complementary color
Monochromatic Colors of #27708F
Black with #27708F
Text Example
Text Example
White with #27708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27708F; }
p { color: rgb(39,112,143); }
H1.HeaderClassName
{
color: #27708F;
}
.AnyTagClassName
{
color: #27708F;
}
</style>
background-color css
<style>
a { background-color: #27708F; }
a { background-color: rgb(39,112,143); }
div.DivClassName
{
background-color: #27708F;
}
.BgClassName
{
background-color: #27708F;
}
</style>
border-color css
<style>
span { border-color: #27708F; }
span { border-color: rgb(39,112,143); }
td.TdClassName
{
border-color: #27708F;
}
.TagClassName
{
border-color: #27708F;
}
</style>