Shades of Astral #276A8B
Tints of Astral #276A8B
RGB
CMYK
RGB Variations
Color information
#276A8B (or 0x276A8B) is known color: Astral. HEX triplet: 27, 6A and 8B. RGB value is (39,106,139). Sum of RGB (Red+Green+Blue) = 39+106+139=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #276A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A8B is #D89574. Grayscale: #595959. Windows color (decimal): -14194037 or 9136679. OLE color: 9136679.
HSL color Cylindrical-coordinate representation of color #276A8B: hue angle of 199.8º degrees, saturation: 0.56, 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 #276A8B is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 106 | 139 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.45 |
| HSL | 199.8º | 0.56% | 0.35% | - |
| HSV(B) | 199.8º | 0.72% | 0.55% | - |
| XYZ | 10.65 | 12.6 | 26.3 | - |
| YUV | 89.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 139 | 0.72 | 0.24 | 0 | 0.45 | 199.8 | 0.56 | 0.35 |
| Hex | 27 | 6A | 8B | 48 | 18 | 0 | 2D | C8 | 38 | 23 |
| Octal | 47 | 152 | 213 | 110 | 30 | 0 | 55 | 310 | 70 | 43 |
| Binary | 100111 | 1101010 | 10001011 | 1001000 | 11000 | 0 | 101101 | 11001000 | 111000 | 100011 |
Color Harmonies of #276A8B
Complementary color
Monochromatic Colors of #276A8B
Black with #276A8B
Text Example
Text Example
White with #276A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A8B; }
p { color: rgb(39,106,139); }
H1.HeaderClassName
{
color: #276A8B;
}
.AnyTagClassName
{
color: #276A8B;
}
</style>
background-color css
<style>
a { background-color: #276A8B; }
a { background-color: rgb(39,106,139); }
div.DivClassName
{
background-color: #276A8B;
}
.BgClassName
{
background-color: #276A8B;
}
</style>
border-color css
<style>
span { border-color: #276A8B; }
span { border-color: rgb(39,106,139); }
td.TdClassName
{
border-color: #276A8B;
}
.TagClassName
{
border-color: #276A8B;
}
</style>