Shades of Allports #27687B
Tints of Allports #27687B
RGB
CMYK
RGB Variations
Color information
#27687B (or 0x27687B) is known color: Allports. HEX triplet: 27, 68 and 7B. RGB value is (39,104,123). Sum of RGB (Red+Green+Blue) = 39+104+123=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #27687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27687B is #D89784. Grayscale: #565656. Windows color (decimal): -14194565 or 8087591. OLE color: 8087591.
HSL color Cylindrical-coordinate representation of color #27687B: hue angle of 193.57º 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 #27687B is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 104 | 123 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.52 |
| HSL | 193.57º | 0.52% | 0.32% | - |
| HSV(B) | 193.57º | 0.68% | 0.48% | - |
| XYZ | 9.36 | 11.76 | 20.52 | - |
| YUV | 86.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 123 | 0.68 | 0.15 | 0 | 0.52 | 193.57 | 0.52 | 0.32 |
| Hex | 27 | 68 | 7B | 44 | F | 0 | 34 | C2 | 34 | 20 |
| Octal | 47 | 150 | 173 | 104 | 17 | 0 | 64 | 302 | 64 | 40 |
| Binary | 100111 | 1101000 | 1111011 | 1000100 | 1111 | 0 | 110100 | 11000010 | 110100 | 100000 |
Color Harmonies of #27687B
Complementary color
Monochromatic Colors of #27687B
Black with #27687B
Text Example
Text Example
White with #27687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27687B; }
p { color: rgb(39,104,123); }
H1.HeaderClassName
{
color: #27687B;
}
.AnyTagClassName
{
color: #27687B;
}
</style>
background-color css
<style>
a { background-color: #27687B; }
a { background-color: rgb(39,104,123); }
div.DivClassName
{
background-color: #27687B;
}
.BgClassName
{
background-color: #27687B;
}
</style>
border-color css
<style>
span { border-color: #27687B; }
span { border-color: rgb(39,104,123); }
td.TdClassName
{
border-color: #27687B;
}
.TagClassName
{
border-color: #27687B;
}
</style>