Shades of Astral #276C8D
Tints of Astral #276C8D
RGB
CMYK
RGB Variations
Color information
#276C8D (or 0x276C8D) is known color: Astral. HEX triplet: 27, 6C and 8D. RGB value is (39,108,141). Sum of RGB (Red+Green+Blue) = 39+108+141=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #276C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C8D is #D89372. Grayscale: #5A5A5A. Windows color (decimal): -14193523 or 9268263. OLE color: 9268263.
HSL color Cylindrical-coordinate representation of color #276C8D: hue angle of 199.41º 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 #276C8D is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 108 | 141 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.45 |
| HSL | 199.41º | 0.57% | 0.35% | - |
| HSV(B) | 199.41º | 0.72% | 0.55% | - |
| XYZ | 11.01 | 13.08 | 27.14 | - |
| YUV | 91.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 141 | 0.72 | 0.23 | 0 | 0.45 | 199.41 | 0.57 | 0.35 |
| Hex | 27 | 6C | 8D | 48 | 17 | 0 | 2D | C7 | 39 | 23 |
| Octal | 47 | 154 | 215 | 110 | 27 | 0 | 55 | 307 | 71 | 43 |
| Binary | 100111 | 1101100 | 10001101 | 1001000 | 10111 | 0 | 101101 | 11000111 | 111001 | 100011 |
Color Harmonies of #276C8D
Complementary color
Monochromatic Colors of #276C8D
Black with #276C8D
Text Example
Text Example
White with #276C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C8D; }
p { color: rgb(39,108,141); }
H1.HeaderClassName
{
color: #276C8D;
}
.AnyTagClassName
{
color: #276C8D;
}
</style>
background-color css
<style>
a { background-color: #276C8D; }
a { background-color: rgb(39,108,141); }
div.DivClassName
{
background-color: #276C8D;
}
.BgClassName
{
background-color: #276C8D;
}
</style>
border-color css
<style>
span { border-color: #276C8D; }
span { border-color: rgb(39,108,141); }
td.TdClassName
{
border-color: #276C8D;
}
.TagClassName
{
border-color: #276C8D;
}
</style>