Shades of Astral #276E8F
Tints of Astral #276E8F
RGB
CMYK
RGB Variations
Color information
#276E8F (or 0x276E8F) is known color: Astral. HEX triplet: 27, 6E and 8F. RGB value is (39,110,143). Sum of RGB (Red+Green+Blue) = 39+110+143=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #276E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E8F is #D89170. Grayscale: #5C5C5C. Windows color (decimal): -14193009 or 9399847. OLE color: 9399847.
HSL color Cylindrical-coordinate representation of color #276E8F: hue angle of 199.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276E8F is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 110 | 143 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.44 |
| HSL | 199.04º | 0.57% | 0.36% | - |
| HSV(B) | 199.04º | 0.73% | 0.56% | - |
| XYZ | 11.37 | 13.57 | 28.01 | - |
| YUV | 92.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 143 | 0.73 | 0.23 | 0 | 0.44 | 199.04 | 0.57 | 0.36 |
| Hex | 27 | 6E | 8F | 49 | 17 | 0 | 2C | C7 | 39 | 24 |
| Octal | 47 | 156 | 217 | 111 | 27 | 0 | 54 | 307 | 71 | 44 |
| Binary | 100111 | 1101110 | 10001111 | 1001001 | 10111 | 0 | 101100 | 11000111 | 111001 | 100100 |
Color Harmonies of #276E8F
Complementary color
Monochromatic Colors of #276E8F
Black with #276E8F
Text Example
Text Example
White with #276E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E8F; }
p { color: rgb(39,110,143); }
H1.HeaderClassName
{
color: #276E8F;
}
.AnyTagClassName
{
color: #276E8F;
}
</style>
background-color css
<style>
a { background-color: #276E8F; }
a { background-color: rgb(39,110,143); }
div.DivClassName
{
background-color: #276E8F;
}
.BgClassName
{
background-color: #276E8F;
}
</style>
border-color css
<style>
span { border-color: #276E8F; }
span { border-color: rgb(39,110,143); }
td.TdClassName
{
border-color: #276E8F;
}
.TagClassName
{
border-color: #276E8F;
}
</style>