Shades of Allports #277180
Tints of Allports #277180
RGB
CMYK
RGB Variations
Color information
#277180 (or 0x277180) is known color: Allports. HEX triplet: 27, 71 and 80. RGB value is (39,113,128). Sum of RGB (Red+Green+Blue) = 39+113+128=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #277180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277180 is #D88E7F. Grayscale: #5C5C5C. Windows color (decimal): -14192256 or 8417575. OLE color: 8417575.
HSL color Cylindrical-coordinate representation of color #277180: hue angle of 190.11º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277180 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 113 | 128 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.50 |
| HSL | 190.11º | 0.53% | 0.33% | - |
| HSV(B) | 190.11º | 0.7% | 0.5% | - |
| XYZ | 10.64 | 13.8 | 22.53 | - |
| YUV | 92.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 128 | 0.70 | 0.12 | 0 | 0.50 | 190.11 | 0.53 | 0.33 |
| Hex | 27 | 71 | 80 | 46 | C | 0 | 32 | BE | 35 | 21 |
| Octal | 47 | 161 | 200 | 106 | 14 | 0 | 62 | 276 | 65 | 41 |
| Binary | 100111 | 1110001 | 10000000 | 1000110 | 1100 | 0 | 110010 | 10111110 | 110101 | 100001 |
Color Harmonies of #277180
Complementary color
Monochromatic Colors of #277180
Black with #277180
Text Example
Text Example
White with #277180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277180; }
p { color: rgb(39,113,128); }
H1.HeaderClassName
{
color: #277180;
}
.AnyTagClassName
{
color: #277180;
}
</style>
background-color css
<style>
a { background-color: #277180; }
a { background-color: rgb(39,113,128); }
div.DivClassName
{
background-color: #277180;
}
.BgClassName
{
background-color: #277180;
}
</style>
border-color css
<style>
span { border-color: #277180; }
span { border-color: rgb(39,113,128); }
td.TdClassName
{
border-color: #277180;
}
.TagClassName
{
border-color: #277180;
}
</style>