Shades of Allports #28667E
Tints of Allports #28667E
RGB
CMYK
RGB Variations
Color information
#28667E (or 0x28667E) is known color: Allports. HEX triplet: 28, 66 and 7E. RGB value is (40,102,126). Sum of RGB (Red+Green+Blue) = 40+102+126=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #28667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28667E is #D79981. Grayscale: #565656. Windows color (decimal): -14129538 or 8283688. OLE color: 8283688.
HSL color Cylindrical-coordinate representation of color #28667E: hue angle of 196.74º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28667E is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 102 | 126 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.51 |
| HSL | 196.74º | 0.52% | 0.33% | - |
| HSV(B) | 196.74º | 0.68% | 0.49% | - |
| XYZ | 9.39 | 11.46 | 21.46 | - |
| YUV | 86.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 126 | 0.68 | 0.19 | 0 | 0.51 | 196.74 | 0.52 | 0.33 |
| Hex | 28 | 66 | 7E | 44 | 13 | 0 | 33 | C5 | 34 | 21 |
| Octal | 50 | 146 | 176 | 104 | 23 | 0 | 63 | 305 | 64 | 41 |
| Binary | 101000 | 1100110 | 1111110 | 1000100 | 10011 | 0 | 110011 | 11000101 | 110100 | 100001 |
Color Harmonies of #28667E
Complementary color
Monochromatic Colors of #28667E
Black with #28667E
Text Example
Text Example
White with #28667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28667E; }
p { color: rgb(40,102,126); }
H1.HeaderClassName
{
color: #28667E;
}
.AnyTagClassName
{
color: #28667E;
}
</style>
background-color css
<style>
a { background-color: #28667E; }
a { background-color: rgb(40,102,126); }
div.DivClassName
{
background-color: #28667E;
}
.BgClassName
{
background-color: #28667E;
}
</style>
border-color css
<style>
span { border-color: #28667E; }
span { border-color: rgb(40,102,126); }
td.TdClassName
{
border-color: #28667E;
}
.TagClassName
{
border-color: #28667E;
}
</style>