Shades of Allports #276F83
Tints of Allports #276F83
RGB
CMYK
RGB Variations
Color information
#276F83 (or 0x276F83) is known color: Allports. HEX triplet: 27, 6F and 83. RGB value is (39,111,131). Sum of RGB (Red+Green+Blue) = 39+111+131=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #276F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F83 is #D8907C. Grayscale: #5B5B5B. Windows color (decimal): -14192765 or 8613671. OLE color: 8613671.
HSL color Cylindrical-coordinate representation of color #276F83: hue angle of 193.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276F83 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 111 | 131 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.49 |
| HSL | 193.04º | 0.54% | 0.33% | - |
| HSV(B) | 193.04º | 0.7% | 0.51% | - |
| XYZ | 10.62 | 13.44 | 23.51 | - |
| YUV | 91.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 131 | 0.70 | 0.15 | 0 | 0.49 | 193.04 | 0.54 | 0.33 |
| Hex | 27 | 6F | 83 | 46 | F | 0 | 31 | C1 | 36 | 21 |
| Octal | 47 | 157 | 203 | 106 | 17 | 0 | 61 | 301 | 66 | 41 |
| Binary | 100111 | 1101111 | 10000011 | 1000110 | 1111 | 0 | 110001 | 11000001 | 110110 | 100001 |
Color Harmonies of #276F83
Complementary color
Monochromatic Colors of #276F83
Black with #276F83
Text Example
Text Example
White with #276F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F83; }
p { color: rgb(39,111,131); }
H1.HeaderClassName
{
color: #276F83;
}
.AnyTagClassName
{
color: #276F83;
}
</style>
background-color css
<style>
a { background-color: #276F83; }
a { background-color: rgb(39,111,131); }
div.DivClassName
{
background-color: #276F83;
}
.BgClassName
{
background-color: #276F83;
}
</style>
border-color css
<style>
span { border-color: #276F83; }
span { border-color: rgb(39,111,131); }
td.TdClassName
{
border-color: #276F83;
}
.TagClassName
{
border-color: #276F83;
}
</style>