Shades of Astral #27698D
Tints of Astral #27698D
RGB
CMYK
RGB Variations
Color information
#27698D (or 0x27698D) is known color: Astral. HEX triplet: 27, 69 and 8D. RGB value is (39,105,141). Sum of RGB (Red+Green+Blue) = 39+105+141=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #27698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27698D is #D89672. Grayscale: #595959. Windows color (decimal): -14194291 or 9267495. OLE color: 9267495.
HSL color Cylindrical-coordinate representation of color #27698D: hue angle of 201.18º 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 #27698D is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 105 | 141 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.45 |
| HSL | 201.18º | 0.57% | 0.35% | - |
| HSV(B) | 201.18º | 0.72% | 0.55% | - |
| XYZ | 10.7 | 12.46 | 27.04 | - |
| YUV | 89.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 141 | 0.72 | 0.26 | 0 | 0.45 | 201.18 | 0.57 | 0.35 |
| Hex | 27 | 69 | 8D | 48 | 1A | 0 | 2D | C9 | 39 | 23 |
| Octal | 47 | 151 | 215 | 110 | 32 | 0 | 55 | 311 | 71 | 43 |
| Binary | 100111 | 1101001 | 10001101 | 1001000 | 11010 | 0 | 101101 | 11001001 | 111001 | 100011 |
Color Harmonies of #27698D
Complementary color
Monochromatic Colors of #27698D
Black with #27698D
Text Example
Text Example
White with #27698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27698D; }
p { color: rgb(39,105,141); }
H1.HeaderClassName
{
color: #27698D;
}
.AnyTagClassName
{
color: #27698D;
}
</style>
background-color css
<style>
a { background-color: #27698D; }
a { background-color: rgb(39,105,141); }
div.DivClassName
{
background-color: #27698D;
}
.BgClassName
{
background-color: #27698D;
}
</style>
border-color css
<style>
span { border-color: #27698D; }
span { border-color: rgb(39,105,141); }
td.TdClassName
{
border-color: #27698D;
}
.TagClassName
{
border-color: #27698D;
}
</style>