Shades of Allports #27707B
Tints of Allports #27707B
RGB
CMYK
RGB Variations
Color information
#27707B (or 0x27707B) is known color: Allports. HEX triplet: 27, 70 and 7B. RGB value is (39,112,123). Sum of RGB (Red+Green+Blue) = 39+112+123=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #27707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27707B is #D88F84. Grayscale: #5B5B5B. Windows color (decimal): -14192517 or 8089639. OLE color: 8089639.
HSL color Cylindrical-coordinate representation of color #27707B: hue angle of 187.86º 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 #27707B is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 112 | 123 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.52 |
| HSL | 187.86º | 0.52% | 0.32% | - |
| HSV(B) | 187.86º | 0.68% | 0.48% | - |
| XYZ | 10.21 | 13.45 | 20.8 | - |
| YUV | 91.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 123 | 0.68 | 0.09 | 0 | 0.52 | 187.86 | 0.52 | 0.32 |
| Hex | 27 | 70 | 7B | 44 | 9 | 0 | 34 | BC | 34 | 20 |
| Octal | 47 | 160 | 173 | 104 | 11 | 0 | 64 | 274 | 64 | 40 |
| Binary | 100111 | 1110000 | 1111011 | 1000100 | 1001 | 0 | 110100 | 10111100 | 110100 | 100000 |
Color Harmonies of #27707B
Complementary color
Monochromatic Colors of #27707B
Black with #27707B
Text Example
Text Example
White with #27707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27707B; }
p { color: rgb(39,112,123); }
H1.HeaderClassName
{
color: #27707B;
}
.AnyTagClassName
{
color: #27707B;
}
</style>
background-color css
<style>
a { background-color: #27707B; }
a { background-color: rgb(39,112,123); }
div.DivClassName
{
background-color: #27707B;
}
.BgClassName
{
background-color: #27707B;
}
</style>
border-color css
<style>
span { border-color: #27707B; }
span { border-color: rgb(39,112,123); }
td.TdClassName
{
border-color: #27707B;
}
.TagClassName
{
border-color: #27707B;
}
</style>