Shades of Allports #276E7E
Tints of Allports #276E7E
RGB
CMYK
RGB Variations
Color information
#276E7E (or 0x276E7E) is known color: Allports. HEX triplet: 27, 6E and 7E. RGB value is (39,110,126). Sum of RGB (Red+Green+Blue) = 39+110+126=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #276E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E7E is #D89181. Grayscale: #5A5A5A. Windows color (decimal): -14193026 or 8285735. OLE color: 8285735.
HSL color Cylindrical-coordinate representation of color #276E7E: hue angle of 191.03º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #276E7E is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 110 | 126 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.51 |
| HSL | 191.03º | 0.53% | 0.32% | - |
| HSV(B) | 191.03º | 0.69% | 0.49% | - |
| XYZ | 10.18 | 13.09 | 21.73 | - |
| YUV | 90.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 126 | 0.69 | 0.13 | 0 | 0.51 | 191.03 | 0.53 | 0.32 |
| Hex | 27 | 6E | 7E | 45 | D | 0 | 33 | BF | 35 | 20 |
| Octal | 47 | 156 | 176 | 105 | 15 | 0 | 63 | 277 | 65 | 40 |
| Binary | 100111 | 1101110 | 1111110 | 1000101 | 1101 | 0 | 110011 | 10111111 | 110101 | 100000 |
Color Harmonies of #276E7E
Complementary color
Monochromatic Colors of #276E7E
Black with #276E7E
Text Example
Text Example
White with #276E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E7E; }
p { color: rgb(39,110,126); }
H1.HeaderClassName
{
color: #276E7E;
}
.AnyTagClassName
{
color: #276E7E;
}
</style>
background-color css
<style>
a { background-color: #276E7E; }
a { background-color: rgb(39,110,126); }
div.DivClassName
{
background-color: #276E7E;
}
.BgClassName
{
background-color: #276E7E;
}
</style>
border-color css
<style>
span { border-color: #276E7E; }
span { border-color: rgb(39,110,126); }
td.TdClassName
{
border-color: #276E7E;
}
.TagClassName
{
border-color: #276E7E;
}
</style>