Shades of Allports #27667D
Tints of Allports #27667D
RGB
CMYK
RGB Variations
Color information
#27667D (or 0x27667D) is known color: Allports. HEX triplet: 27, 66 and 7D. RGB value is (39,102,125). Sum of RGB (Red+Green+Blue) = 39+102+125=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #27667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27667D is #D89982. Grayscale: #555555. Windows color (decimal): -14195075 or 8218151. OLE color: 8218151.
HSL color Cylindrical-coordinate representation of color #27667D: hue angle of 196.05º 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 #27667D is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 102 | 125 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.51 |
| HSL | 196.05º | 0.52% | 0.32% | - |
| HSV(B) | 196.05º | 0.69% | 0.49% | - |
| XYZ | 9.29 | 11.41 | 21.12 | - |
| YUV | 85.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 125 | 0.69 | 0.18 | 0 | 0.51 | 196.05 | 0.52 | 0.32 |
| Hex | 27 | 66 | 7D | 45 | 12 | 0 | 33 | C4 | 34 | 20 |
| Octal | 47 | 146 | 175 | 105 | 22 | 0 | 63 | 304 | 64 | 40 |
| Binary | 100111 | 1100110 | 1111101 | 1000101 | 10010 | 0 | 110011 | 11000100 | 110100 | 100000 |
Color Harmonies of #27667D
Complementary color
Monochromatic Colors of #27667D
Black with #27667D
Text Example
Text Example
White with #27667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27667D; }
p { color: rgb(39,102,125); }
H1.HeaderClassName
{
color: #27667D;
}
.AnyTagClassName
{
color: #27667D;
}
</style>
background-color css
<style>
a { background-color: #27667D; }
a { background-color: rgb(39,102,125); }
div.DivClassName
{
background-color: #27667D;
}
.BgClassName
{
background-color: #27667D;
}
</style>
border-color css
<style>
span { border-color: #27667D; }
span { border-color: rgb(39,102,125); }
td.TdClassName
{
border-color: #27667D;
}
.TagClassName
{
border-color: #27667D;
}
</style>