Shades of Astral #27688E
Tints of Astral #27688E
RGB
CMYK
RGB Variations
Color information
#27688E (or 0x27688E) is known color: Astral. HEX triplet: 27, 68 and 8E. RGB value is (39,104,142). Sum of RGB (Red+Green+Blue) = 39+104+142=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #27688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27688E is #D89771. Grayscale: #585858. Windows color (decimal): -14194546 or 9332775. OLE color: 9332775.
HSL color Cylindrical-coordinate representation of color #27688E: hue angle of 202.14º 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 #27688E is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 104 | 142 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.44 |
| HSL | 202.14º | 0.57% | 0.35% | - |
| HSV(B) | 202.14º | 0.73% | 0.56% | - |
| XYZ | 10.67 | 12.28 | 27.4 | - |
| YUV | 88.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 142 | 0.73 | 0.27 | 0 | 0.44 | 202.14 | 0.57 | 0.35 |
| Hex | 27 | 68 | 8E | 49 | 1B | 0 | 2C | CA | 39 | 23 |
| Octal | 47 | 150 | 216 | 111 | 33 | 0 | 54 | 312 | 71 | 43 |
| Binary | 100111 | 1101000 | 10001110 | 1001001 | 11011 | 0 | 101100 | 11001010 | 111001 | 100011 |
Color Harmonies of #27688E
Complementary color
Monochromatic Colors of #27688E
Black with #27688E
Text Example
Text Example
White with #27688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27688E; }
p { color: rgb(39,104,142); }
H1.HeaderClassName
{
color: #27688E;
}
.AnyTagClassName
{
color: #27688E;
}
</style>
background-color css
<style>
a { background-color: #27688E; }
a { background-color: rgb(39,104,142); }
div.DivClassName
{
background-color: #27688E;
}
.BgClassName
{
background-color: #27688E;
}
</style>
border-color css
<style>
span { border-color: #27688E; }
span { border-color: rgb(39,104,142); }
td.TdClassName
{
border-color: #27688E;
}
.TagClassName
{
border-color: #27688E;
}
</style>