Shades of Allports #276D84
Tints of Allports #276D84
RGB
CMYK
RGB Variations
Color information
#276D84 (or 0x276D84) is known color: Allports. HEX triplet: 27, 6D and 84. RGB value is (39,109,132). Sum of RGB (Red+Green+Blue) = 39+109+132=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #276D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D84 is #D8927B. Grayscale: #5A5A5A. Windows color (decimal): -14193276 or 8678695. OLE color: 8678695.
HSL color Cylindrical-coordinate representation of color #276D84: hue angle of 194.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276D84 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 109 | 132 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.48 |
| HSL | 194.84º | 0.54% | 0.34% | - |
| HSV(B) | 194.84º | 0.7% | 0.52% | - |
| XYZ | 10.47 | 13.03 | 23.79 | - |
| YUV | 90.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 132 | 0.70 | 0.17 | 0 | 0.48 | 194.84 | 0.54 | 0.34 |
| Hex | 27 | 6D | 84 | 46 | 11 | 0 | 30 | C3 | 36 | 22 |
| Octal | 47 | 155 | 204 | 106 | 21 | 0 | 60 | 303 | 66 | 42 |
| Binary | 100111 | 1101101 | 10000100 | 1000110 | 10001 | 0 | 110000 | 11000011 | 110110 | 100010 |
Color Harmonies of #276D84
Complementary color
Monochromatic Colors of #276D84
Black with #276D84
Text Example
Text Example
White with #276D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D84; }
p { color: rgb(39,109,132); }
H1.HeaderClassName
{
color: #276D84;
}
.AnyTagClassName
{
color: #276D84;
}
</style>
background-color css
<style>
a { background-color: #276D84; }
a { background-color: rgb(39,109,132); }
div.DivClassName
{
background-color: #276D84;
}
.BgClassName
{
background-color: #276D84;
}
</style>
border-color css
<style>
span { border-color: #276D84; }
span { border-color: rgb(39,109,132); }
td.TdClassName
{
border-color: #276D84;
}
.TagClassName
{
border-color: #276D84;
}
</style>