Shades of Allports #28677F
Tints of Allports #28677F
RGB
CMYK
RGB Variations
Color information
#28677F (or 0x28677F) is known color: Allports. HEX triplet: 28, 67 and 7F. RGB value is (40,103,127). Sum of RGB (Red+Green+Blue) = 40+103+127=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #28677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28677F is #D79880. Grayscale: #565656. Windows color (decimal): -14129281 or 8349480. OLE color: 8349480.
HSL color Cylindrical-coordinate representation of color #28677F: hue angle of 196.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28677F is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 103 | 127 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.50 |
| HSL | 196.55º | 0.52% | 0.33% | - |
| HSV(B) | 196.55º | 0.69% | 0.5% | - |
| XYZ | 9.56 | 11.68 | 21.83 | - |
| YUV | 86.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 127 | 0.69 | 0.19 | 0 | 0.50 | 196.55 | 0.52 | 0.33 |
| Hex | 28 | 67 | 7F | 45 | 13 | 0 | 32 | C5 | 34 | 21 |
| Octal | 50 | 147 | 177 | 105 | 23 | 0 | 62 | 305 | 64 | 41 |
| Binary | 101000 | 1100111 | 1111111 | 1000101 | 10011 | 0 | 110010 | 11000101 | 110100 | 100001 |
Color Harmonies of #28677F
Complementary color
Monochromatic Colors of #28677F
Black with #28677F
Text Example
Text Example
White with #28677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28677F; }
p { color: rgb(40,103,127); }
H1.HeaderClassName
{
color: #28677F;
}
.AnyTagClassName
{
color: #28677F;
}
</style>
background-color css
<style>
a { background-color: #28677F; }
a { background-color: rgb(40,103,127); }
div.DivClassName
{
background-color: #28677F;
}
.BgClassName
{
background-color: #28677F;
}
</style>
border-color css
<style>
span { border-color: #28677F; }
span { border-color: rgb(40,103,127); }
td.TdClassName
{
border-color: #28677F;
}
.TagClassName
{
border-color: #28677F;
}
</style>