Shades of Astral #27748E
Tints of Astral #27748E
RGB
CMYK
RGB Variations
Color information
#27748E (or 0x27748E) is known color: Astral. HEX triplet: 27, 74 and 8E. RGB value is (39,116,142). Sum of RGB (Red+Green+Blue) = 39+116+142=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #27748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27748E is #D88B71. Grayscale: #5F5F5F. Windows color (decimal): -14191474 or 9335847. OLE color: 9335847.
HSL color Cylindrical-coordinate representation of color #27748E: hue angle of 195.15º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27748E is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 116 | 142 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.44 |
| HSL | 195.15º | 0.57% | 0.35% | - |
| HSV(B) | 195.15º | 0.73% | 0.56% | - |
| XYZ | 11.96 | 14.88 | 27.83 | - |
| YUV | 95.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 142 | 0.73 | 0.18 | 0 | 0.44 | 195.15 | 0.57 | 0.35 |
| Hex | 27 | 74 | 8E | 49 | 12 | 0 | 2C | C3 | 39 | 23 |
| Octal | 47 | 164 | 216 | 111 | 22 | 0 | 54 | 303 | 71 | 43 |
| Binary | 100111 | 1110100 | 10001110 | 1001001 | 10010 | 0 | 101100 | 11000011 | 111001 | 100011 |
Color Harmonies of #27748E
Complementary color
Monochromatic Colors of #27748E
Black with #27748E
Text Example
Text Example
White with #27748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27748E; }
p { color: rgb(39,116,142); }
H1.HeaderClassName
{
color: #27748E;
}
.AnyTagClassName
{
color: #27748E;
}
</style>
background-color css
<style>
a { background-color: #27748E; }
a { background-color: rgb(39,116,142); }
div.DivClassName
{
background-color: #27748E;
}
.BgClassName
{
background-color: #27748E;
}
</style>
border-color css
<style>
span { border-color: #27748E; }
span { border-color: rgb(39,116,142); }
td.TdClassName
{
border-color: #27748E;
}
.TagClassName
{
border-color: #27748E;
}
</style>