Shades of Allports #27707D
Tints of Allports #27707D
RGB
CMYK
RGB Variations
Color information
#27707D (or 0x27707D) is known color: Allports. HEX triplet: 27, 70 and 7D. RGB value is (39,112,125). Sum of RGB (Red+Green+Blue) = 39+112+125=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #27707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27707D is #D88F82. Grayscale: #5B5B5B. Windows color (decimal): -14192515 or 8220711. OLE color: 8220711.
HSL color Cylindrical-coordinate representation of color #27707D: hue angle of 189.07º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27707D is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 112 | 125 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.51 |
| HSL | 189.07º | 0.52% | 0.32% | - |
| HSV(B) | 189.07º | 0.69% | 0.49% | - |
| XYZ | 10.33 | 13.5 | 21.46 | - |
| YUV | 91.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 125 | 0.69 | 0.10 | 0 | 0.51 | 189.07 | 0.52 | 0.32 |
| Hex | 27 | 70 | 7D | 45 | A | 0 | 33 | BD | 34 | 20 |
| Octal | 47 | 160 | 175 | 105 | 12 | 0 | 63 | 275 | 64 | 40 |
| Binary | 100111 | 1110000 | 1111101 | 1000101 | 1010 | 0 | 110011 | 10111101 | 110100 | 100000 |
Color Harmonies of #27707D
Complementary color
Monochromatic Colors of #27707D
Black with #27707D
Text Example
Text Example
White with #27707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27707D; }
p { color: rgb(39,112,125); }
H1.HeaderClassName
{
color: #27707D;
}
.AnyTagClassName
{
color: #27707D;
}
</style>
background-color css
<style>
a { background-color: #27707D; }
a { background-color: rgb(39,112,125); }
div.DivClassName
{
background-color: #27707D;
}
.BgClassName
{
background-color: #27707D;
}
</style>
border-color css
<style>
span { border-color: #27707D; }
span { border-color: rgb(39,112,125); }
td.TdClassName
{
border-color: #27707D;
}
.TagClassName
{
border-color: #27707D;
}
</style>