Shades of Allports #276A83
Tints of Allports #276A83
RGB
CMYK
RGB Variations
Color information
#276A83 (or 0x276A83) is known color: Allports. HEX triplet: 27, 6A and 83. RGB value is (39,106,131). Sum of RGB (Red+Green+Blue) = 39+106+131=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #276A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A83 is #D8957C. Grayscale: #585858. Windows color (decimal): -14194045 or 8612391. OLE color: 8612391.
HSL color Cylindrical-coordinate representation of color #276A83: hue angle of 196.3º 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 #276A83 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 106 | 131 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.49 |
| HSL | 196.3º | 0.54% | 0.33% | - |
| HSV(B) | 196.3º | 0.7% | 0.51% | - |
| XYZ | 10.09 | 12.38 | 23.33 | - |
| YUV | 88.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 131 | 0.70 | 0.19 | 0 | 0.49 | 196.3 | 0.54 | 0.33 |
| Hex | 27 | 6A | 83 | 46 | 13 | 0 | 31 | C4 | 36 | 21 |
| Octal | 47 | 152 | 203 | 106 | 23 | 0 | 61 | 304 | 66 | 41 |
| Binary | 100111 | 1101010 | 10000011 | 1000110 | 10011 | 0 | 110001 | 11000100 | 110110 | 100001 |
Color Harmonies of #276A83
Complementary color
Monochromatic Colors of #276A83
Black with #276A83
Text Example
Text Example
White with #276A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A83; }
p { color: rgb(39,106,131); }
H1.HeaderClassName
{
color: #276A83;
}
.AnyTagClassName
{
color: #276A83;
}
</style>
background-color css
<style>
a { background-color: #276A83; }
a { background-color: rgb(39,106,131); }
div.DivClassName
{
background-color: #276A83;
}
.BgClassName
{
background-color: #276A83;
}
</style>
border-color css
<style>
span { border-color: #276A83; }
span { border-color: rgb(39,106,131); }
td.TdClassName
{
border-color: #276A83;
}
.TagClassName
{
border-color: #276A83;
}
</style>