Shades of Astral #276D89
Tints of Astral #276D89
RGB
CMYK
RGB Variations
Color information
#276D89 (or 0x276D89) is known color: Astral. HEX triplet: 27, 6D and 89. RGB value is (39,109,137). Sum of RGB (Red+Green+Blue) = 39+109+137=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #276D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D89 is #D89276. Grayscale: #5B5B5B. Windows color (decimal): -14193271 or 9006375. OLE color: 9006375.
HSL color Cylindrical-coordinate representation of color #276D89: hue angle of 197.14º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276D89 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 109 | 137 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.46 |
| HSL | 197.14º | 0.56% | 0.35% | - |
| HSV(B) | 197.14º | 0.72% | 0.54% | - |
| XYZ | 10.82 | 13.17 | 25.64 | - |
| YUV | 91.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 137 | 0.72 | 0.20 | 0 | 0.46 | 197.14 | 0.56 | 0.35 |
| Hex | 27 | 6D | 89 | 48 | 14 | 0 | 2E | C5 | 38 | 23 |
| Octal | 47 | 155 | 211 | 110 | 24 | 0 | 56 | 305 | 70 | 43 |
| Binary | 100111 | 1101101 | 10001001 | 1001000 | 10100 | 0 | 101110 | 11000101 | 111000 | 100011 |
Color Harmonies of #276D89
Complementary color
Monochromatic Colors of #276D89
Black with #276D89
Text Example
Text Example
White with #276D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D89; }
p { color: rgb(39,109,137); }
H1.HeaderClassName
{
color: #276D89;
}
.AnyTagClassName
{
color: #276D89;
}
</style>
background-color css
<style>
a { background-color: #276D89; }
a { background-color: rgb(39,109,137); }
div.DivClassName
{
background-color: #276D89;
}
.BgClassName
{
background-color: #276D89;
}
</style>
border-color css
<style>
span { border-color: #276D89; }
span { border-color: rgb(39,109,137); }
td.TdClassName
{
border-color: #276D89;
}
.TagClassName
{
border-color: #276D89;
}
</style>