Shades of Allports #276F7B
Tints of Allports #276F7B
RGB
CMYK
RGB Variations
Color information
#276F7B (or 0x276F7B) is known color: Allports. HEX triplet: 27, 6F and 7B. RGB value is (39,111,123). Sum of RGB (Red+Green+Blue) = 39+111+123=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #276F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F7B is #D89084. Grayscale: #5A5A5A. Windows color (decimal): -14192773 or 8089383. OLE color: 8089383.
HSL color Cylindrical-coordinate representation of color #276F7B: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276F7B is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 111 | 123 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.52 |
| HSL | 188.57º | 0.52% | 0.32% | - |
| HSV(B) | 188.57º | 0.68% | 0.48% | - |
| XYZ | 10.1 | 13.23 | 20.76 | - |
| YUV | 90.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 123 | 0.68 | 0.10 | 0 | 0.52 | 188.57 | 0.52 | 0.32 |
| Hex | 27 | 6F | 7B | 44 | A | 0 | 34 | BD | 34 | 20 |
| Octal | 47 | 157 | 173 | 104 | 12 | 0 | 64 | 275 | 64 | 40 |
| Binary | 100111 | 1101111 | 1111011 | 1000100 | 1010 | 0 | 110100 | 10111101 | 110100 | 100000 |
Color Harmonies of #276F7B
Complementary color
Monochromatic Colors of #276F7B
Black with #276F7B
Text Example
Text Example
White with #276F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F7B; }
p { color: rgb(39,111,123); }
H1.HeaderClassName
{
color: #276F7B;
}
.AnyTagClassName
{
color: #276F7B;
}
</style>
background-color css
<style>
a { background-color: #276F7B; }
a { background-color: rgb(39,111,123); }
div.DivClassName
{
background-color: #276F7B;
}
.BgClassName
{
background-color: #276F7B;
}
</style>
border-color css
<style>
span { border-color: #276F7B; }
span { border-color: rgb(39,111,123); }
td.TdClassName
{
border-color: #276F7B;
}
.TagClassName
{
border-color: #276F7B;
}
</style>