Shades of Allports #28666D
Tints of Allports #28666D
RGB
CMYK
RGB Variations
Color information
#28666D (or 0x28666D) is known color: Allports. HEX triplet: 28, 66 and 6D. RGB value is (40,102,109). Sum of RGB (Red+Green+Blue) = 40+102+109=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #28666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28666D is #D79992. Grayscale: #545454. Windows color (decimal): -14129555 or 7169576. OLE color: 7169576.
HSL color Cylindrical-coordinate representation of color #28666D: hue angle of 186.09º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28666D is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 102 | 109 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.57 |
| HSL | 186.09º | 0.46% | 0.29% | - |
| HSV(B) | 186.09º | 0.63% | 0.43% | - |
| XYZ | 8.39 | 11.06 | 16.16 | - |
| YUV | 84.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 109 | 0.63 | 0.06 | 0 | 0.57 | 186.09 | 0.46 | 0.29 |
| Hex | 28 | 66 | 6D | 3F | 6 | 0 | 39 | BA | 2E | 1D |
| Octal | 50 | 146 | 155 | 77 | 6 | 0 | 71 | 272 | 56 | 35 |
| Binary | 101000 | 1100110 | 1101101 | 111111 | 110 | 0 | 111001 | 10111010 | 101110 | 11101 |
Color Harmonies of #28666D
Complementary color
Monochromatic Colors of #28666D
Black with #28666D
Text Example
Text Example
White with #28666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28666D; }
p { color: rgb(40,102,109); }
H1.HeaderClassName
{
color: #28666D;
}
.AnyTagClassName
{
color: #28666D;
}
</style>
background-color css
<style>
a { background-color: #28666D; }
a { background-color: rgb(40,102,109); }
div.DivClassName
{
background-color: #28666D;
}
.BgClassName
{
background-color: #28666D;
}
</style>
border-color css
<style>
span { border-color: #28666D; }
span { border-color: rgb(40,102,109); }
td.TdClassName
{
border-color: #28666D;
}
.TagClassName
{
border-color: #28666D;
}
</style>