Shades of Astral #276C8C
Tints of Astral #276C8C
RGB
CMYK
RGB Variations
Color information
#276C8C (or 0x276C8C) is known color: Astral. HEX triplet: 27, 6C and 8C. RGB value is (39,108,140). Sum of RGB (Red+Green+Blue) = 39+108+140=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #276C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C8C is #D89373. Grayscale: #5A5A5A. Windows color (decimal): -14193524 or 9202727. OLE color: 9202727.
HSL color Cylindrical-coordinate representation of color #276C8C: hue angle of 199.01º 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 #276C8C is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 108 | 140 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.45 |
| HSL | 199.01º | 0.56% | 0.35% | - |
| HSV(B) | 199.01º | 0.72% | 0.55% | - |
| XYZ | 10.93 | 13.05 | 26.75 | - |
| YUV | 91.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 140 | 0.72 | 0.23 | 0 | 0.45 | 199.01 | 0.56 | 0.35 |
| Hex | 27 | 6C | 8C | 48 | 17 | 0 | 2D | C7 | 38 | 23 |
| Octal | 47 | 154 | 214 | 110 | 27 | 0 | 55 | 307 | 70 | 43 |
| Binary | 100111 | 1101100 | 10001100 | 1001000 | 10111 | 0 | 101101 | 11000111 | 111000 | 100011 |
Color Harmonies of #276C8C
Complementary color
Monochromatic Colors of #276C8C
Black with #276C8C
Text Example
Text Example
White with #276C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C8C; }
p { color: rgb(39,108,140); }
H1.HeaderClassName
{
color: #276C8C;
}
.AnyTagClassName
{
color: #276C8C;
}
</style>
background-color css
<style>
a { background-color: #276C8C; }
a { background-color: rgb(39,108,140); }
div.DivClassName
{
background-color: #276C8C;
}
.BgClassName
{
background-color: #276C8C;
}
</style>
border-color css
<style>
span { border-color: #276C8C; }
span { border-color: rgb(39,108,140); }
td.TdClassName
{
border-color: #276C8C;
}
.TagClassName
{
border-color: #276C8C;
}
</style>