Shades of Astral #27768D
Tints of Astral #27768D
RGB
CMYK
RGB Variations
Color information
#27768D (or 0x27768D) is known color: Astral. HEX triplet: 27, 76 and 8D. RGB value is (39,118,141). Sum of RGB (Red+Green+Blue) = 39+118+141=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #27768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27768D is #D88972. Grayscale: #606060. Windows color (decimal): -14190963 or 9270823. OLE color: 9270823.
HSL color Cylindrical-coordinate representation of color #27768D: hue angle of 193.53º 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 #27768D is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 118 | 141 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.45 |
| HSL | 193.53º | 0.57% | 0.35% | - |
| HSV(B) | 193.53º | 0.72% | 0.55% | - |
| XYZ | 12.12 | 15.31 | 27.52 | - |
| YUV | 97 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 141 | 0.72 | 0.16 | 0 | 0.45 | 193.53 | 0.57 | 0.35 |
| Hex | 27 | 76 | 8D | 48 | 10 | 0 | 2D | C2 | 39 | 23 |
| Octal | 47 | 166 | 215 | 110 | 20 | 0 | 55 | 302 | 71 | 43 |
| Binary | 100111 | 1110110 | 10001101 | 1001000 | 10000 | 0 | 101101 | 11000010 | 111001 | 100011 |
Color Harmonies of #27768D
Complementary color
Monochromatic Colors of #27768D
Black with #27768D
Text Example
Text Example
White with #27768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27768D; }
p { color: rgb(39,118,141); }
H1.HeaderClassName
{
color: #27768D;
}
.AnyTagClassName
{
color: #27768D;
}
</style>
background-color css
<style>
a { background-color: #27768D; }
a { background-color: rgb(39,118,141); }
div.DivClassName
{
background-color: #27768D;
}
.BgClassName
{
background-color: #27768D;
}
</style>
border-color css
<style>
span { border-color: #27768D; }
span { border-color: rgb(39,118,141); }
td.TdClassName
{
border-color: #27768D;
}
.TagClassName
{
border-color: #27768D;
}
</style>