Shades of Allports #277389
Tints of Allports #277389
RGB
CMYK
RGB Variations
Color information
#277389 (or 0x277389) is known color: Allports. HEX triplet: 27, 73 and 89. RGB value is (39,115,137). Sum of RGB (Red+Green+Blue) = 39+115+137=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #277389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277389 is #D88C76. Grayscale: #5E5E5E. Windows color (decimal): -14191735 or 9007911. OLE color: 9007911.
HSL color Cylindrical-coordinate representation of color #277389: hue angle of 193.47º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277389 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 115 | 137 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.46 |
| HSL | 193.47º | 0.56% | 0.35% | - |
| HSV(B) | 193.47º | 0.72% | 0.54% | - |
| XYZ | 11.48 | 14.5 | 25.86 | - |
| YUV | 94.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 137 | 0.72 | 0.16 | 0 | 0.46 | 193.47 | 0.56 | 0.35 |
| Hex | 27 | 73 | 89 | 48 | 10 | 0 | 2E | C1 | 38 | 23 |
| Octal | 47 | 163 | 211 | 110 | 20 | 0 | 56 | 301 | 70 | 43 |
| Binary | 100111 | 1110011 | 10001001 | 1001000 | 10000 | 0 | 101110 | 11000001 | 111000 | 100011 |
Color Harmonies of #277389
Complementary color
Monochromatic Colors of #277389
Black with #277389
Text Example
Text Example
White with #277389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277389; }
p { color: rgb(39,115,137); }
H1.HeaderClassName
{
color: #277389;
}
.AnyTagClassName
{
color: #277389;
}
</style>
background-color css
<style>
a { background-color: #277389; }
a { background-color: rgb(39,115,137); }
div.DivClassName
{
background-color: #277389;
}
.BgClassName
{
background-color: #277389;
}
</style>
border-color css
<style>
span { border-color: #277389; }
span { border-color: rgb(39,115,137); }
td.TdClassName
{
border-color: #277389;
}
.TagClassName
{
border-color: #277389;
}
</style>