Shades of Astral #27728D
Tints of Astral #27728D
RGB
CMYK
RGB Variations
Color information
#27728D (or 0x27728D) is known color: Astral. HEX triplet: 27, 72 and 8D. RGB value is (39,114,141). Sum of RGB (Red+Green+Blue) = 39+114+141=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #27728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27728D is #D88D72. Grayscale: #5E5E5E. Windows color (decimal): -14191987 or 9269799. OLE color: 9269799.
HSL color Cylindrical-coordinate representation of color #27728D: hue angle of 195.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27728D is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 114 | 141 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.45 |
| HSL | 195.88º | 0.57% | 0.35% | - |
| HSV(B) | 195.88º | 0.72% | 0.55% | - |
| XYZ | 11.66 | 14.39 | 27.36 | - |
| YUV | 94.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 141 | 0.72 | 0.19 | 0 | 0.45 | 195.88 | 0.57 | 0.35 |
| Hex | 27 | 72 | 8D | 48 | 13 | 0 | 2D | C4 | 39 | 23 |
| Octal | 47 | 162 | 215 | 110 | 23 | 0 | 55 | 304 | 71 | 43 |
| Binary | 100111 | 1110010 | 10001101 | 1001000 | 10011 | 0 | 101101 | 11000100 | 111001 | 100011 |
Color Harmonies of #27728D
Complementary color
Monochromatic Colors of #27728D
Black with #27728D
Text Example
Text Example
White with #27728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27728D; }
p { color: rgb(39,114,141); }
H1.HeaderClassName
{
color: #27728D;
}
.AnyTagClassName
{
color: #27728D;
}
</style>
background-color css
<style>
a { background-color: #27728D; }
a { background-color: rgb(39,114,141); }
div.DivClassName
{
background-color: #27728D;
}
.BgClassName
{
background-color: #27728D;
}
</style>
border-color css
<style>
span { border-color: #27728D; }
span { border-color: rgb(39,114,141); }
td.TdClassName
{
border-color: #27728D;
}
.TagClassName
{
border-color: #27728D;
}
</style>