Shades of Astral #276B8D
Tints of Astral #276B8D
RGB
CMYK
RGB Variations
Color information
#276B8D (or 0x276B8D) is known color: Astral. HEX triplet: 27, 6B and 8D. RGB value is (39,107,141). Sum of RGB (Red+Green+Blue) = 39+107+141=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #276B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B8D is #D89472. Grayscale: #5A5A5A. Windows color (decimal): -14193779 or 9268007. OLE color: 9268007.
HSL color Cylindrical-coordinate representation of color #276B8D: hue angle of 200º 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 #276B8D is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 107 | 141 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.45 |
| HSL | 200º | 0.57% | 0.35% | - |
| HSV(B) | 200º | 0.72% | 0.55% | - |
| XYZ | 10.9 | 12.87 | 27.11 | - |
| YUV | 90.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 141 | 0.72 | 0.24 | 0 | 0.45 | 200 | 0.57 | 0.35 |
| Hex | 27 | 6B | 8D | 48 | 18 | 0 | 2D | C8 | 39 | 23 |
| Octal | 47 | 153 | 215 | 110 | 30 | 0 | 55 | 310 | 71 | 43 |
| Binary | 100111 | 1101011 | 10001101 | 1001000 | 11000 | 0 | 101101 | 11001000 | 111001 | 100011 |
Color Harmonies of #276B8D
Complementary color
Monochromatic Colors of #276B8D
Black with #276B8D
Text Example
Text Example
White with #276B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276B8D; }
p { color: rgb(39,107,141); }
H1.HeaderClassName
{
color: #276B8D;
}
.AnyTagClassName
{
color: #276B8D;
}
</style>
background-color css
<style>
a { background-color: #276B8D; }
a { background-color: rgb(39,107,141); }
div.DivClassName
{
background-color: #276B8D;
}
.BgClassName
{
background-color: #276B8D;
}
</style>
border-color css
<style>
span { border-color: #276B8D; }
span { border-color: rgb(39,107,141); }
td.TdClassName
{
border-color: #276B8D;
}
.TagClassName
{
border-color: #276B8D;
}
</style>