Shades of Allports #276C74
Tints of Allports #276C74
RGB
CMYK
RGB Variations
Color information
#276C74 (or 0x276C74) is known color: Allports. HEX triplet: 27, 6C and 74. RGB value is (39,108,116). Sum of RGB (Red+Green+Blue) = 39+108+116=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #276C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C74 is #D8938B. Grayscale: #585858. Windows color (decimal): -14193548 or 7629863. OLE color: 7629863.
HSL color Cylindrical-coordinate representation of color #276C74: hue angle of 186.23º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276C74 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 108 | 116 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.55 |
| HSL | 186.23º | 0.5% | 0.3% | - |
| HSV(B) | 186.23º | 0.66% | 0.45% | - |
| XYZ | 9.35 | 12.42 | 18.43 | - |
| YUV | 88.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 116 | 0.66 | 0.07 | 0 | 0.55 | 186.23 | 0.5 | 0.3 |
| Hex | 27 | 6C | 74 | 42 | 7 | 0 | 37 | BA | 32 | 1E |
| Octal | 47 | 154 | 164 | 102 | 7 | 0 | 67 | 272 | 62 | 36 |
| Binary | 100111 | 1101100 | 1110100 | 1000010 | 111 | 0 | 110111 | 10111010 | 110010 | 11110 |
Color Harmonies of #276C74
Complementary color
Monochromatic Colors of #276C74
Black with #276C74
Text Example
Text Example
White with #276C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C74; }
p { color: rgb(39,108,116); }
H1.HeaderClassName
{
color: #276C74;
}
.AnyTagClassName
{
color: #276C74;
}
</style>
background-color css
<style>
a { background-color: #276C74; }
a { background-color: rgb(39,108,116); }
div.DivClassName
{
background-color: #276C74;
}
.BgClassName
{
background-color: #276C74;
}
</style>
border-color css
<style>
span { border-color: #276C74; }
span { border-color: rgb(39,108,116); }
td.TdClassName
{
border-color: #276C74;
}
.TagClassName
{
border-color: #276C74;
}
</style>