Shades of Astral #27778C
Tints of Astral #27778C
RGB
CMYK
RGB Variations
Color information
#27778C (or 0x27778C) is known color: Astral. HEX triplet: 27, 77 and 8C. RGB value is (39,119,140). Sum of RGB (Red+Green+Blue) = 39+119+140=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #27778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27778C is #D88873. Grayscale: #616161. Windows color (decimal): -14190708 or 9205543. OLE color: 9205543.
HSL color Cylindrical-coordinate representation of color #27778C: hue angle of 192.48º degrees, saturation: 0.56, 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 #27778C is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 119 | 140 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.45 |
| HSL | 192.48º | 0.56% | 0.35% | - |
| HSV(B) | 192.48º | 0.72% | 0.55% | - |
| XYZ | 12.17 | 15.52 | 27.17 | - |
| YUV | 97.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 140 | 0.72 | 0.15 | 0 | 0.45 | 192.48 | 0.56 | 0.35 |
| Hex | 27 | 77 | 8C | 48 | F | 0 | 2D | C0 | 38 | 23 |
| Octal | 47 | 167 | 214 | 110 | 17 | 0 | 55 | 300 | 70 | 43 |
| Binary | 100111 | 1110111 | 10001100 | 1001000 | 1111 | 0 | 101101 | 11000000 | 111000 | 100011 |
Color Harmonies of #27778C
Complementary color
Monochromatic Colors of #27778C
Black with #27778C
Text Example
Text Example
White with #27778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27778C; }
p { color: rgb(39,119,140); }
H1.HeaderClassName
{
color: #27778C;
}
.AnyTagClassName
{
color: #27778C;
}
</style>
background-color css
<style>
a { background-color: #27778C; }
a { background-color: rgb(39,119,140); }
div.DivClassName
{
background-color: #27778C;
}
.BgClassName
{
background-color: #27778C;
}
</style>
border-color css
<style>
span { border-color: #27778C; }
span { border-color: rgb(39,119,140); }
td.TdClassName
{
border-color: #27778C;
}
.TagClassName
{
border-color: #27778C;
}
</style>