Shades of Astral #276A8F
Tints of Astral #276A8F
RGB
CMYK
RGB Variations
Color information
#276A8F (or 0x276A8F) is known color: Astral. HEX triplet: 27, 6A and 8F. RGB value is (39,106,143). Sum of RGB (Red+Green+Blue) = 39+106+143=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #276A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A8F is #D89570. Grayscale: #595959. Windows color (decimal): -14194033 or 9398823. OLE color: 9398823.
HSL color Cylindrical-coordinate representation of color #276A8F: hue angle of 201.35º 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 #276A8F is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 106 | 143 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.44 |
| HSL | 201.35º | 0.57% | 0.36% | - |
| HSV(B) | 201.35º | 0.73% | 0.56% | - |
| XYZ | 10.95 | 12.72 | 27.87 | - |
| YUV | 90.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 143 | 0.73 | 0.26 | 0 | 0.44 | 201.35 | 0.57 | 0.36 |
| Hex | 27 | 6A | 8F | 49 | 1A | 0 | 2C | C9 | 39 | 24 |
| Octal | 47 | 152 | 217 | 111 | 32 | 0 | 54 | 311 | 71 | 44 |
| Binary | 100111 | 1101010 | 10001111 | 1001001 | 11010 | 0 | 101100 | 11001001 | 111001 | 100100 |
Color Harmonies of #276A8F
Complementary color
Monochromatic Colors of #276A8F
Black with #276A8F
Text Example
Text Example
White with #276A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A8F; }
p { color: rgb(39,106,143); }
H1.HeaderClassName
{
color: #276A8F;
}
.AnyTagClassName
{
color: #276A8F;
}
</style>
background-color css
<style>
a { background-color: #276A8F; }
a { background-color: rgb(39,106,143); }
div.DivClassName
{
background-color: #276A8F;
}
.BgClassName
{
background-color: #276A8F;
}
</style>
border-color css
<style>
span { border-color: #276A8F; }
span { border-color: rgb(39,106,143); }
td.TdClassName
{
border-color: #276A8F;
}
.TagClassName
{
border-color: #276A8F;
}
</style>