Shades of Allports #28667F
Tints of Allports #28667F
RGB
CMYK
RGB Variations
Color information
#28667F (or 0x28667F) is known color: Allports. HEX triplet: 28, 66 and 7F. RGB value is (40,102,127). Sum of RGB (Red+Green+Blue) = 40+102+127=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #28667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28667F is #D79980. Grayscale: #565656. Windows color (decimal): -14129537 or 8349224. OLE color: 8349224.
HSL color Cylindrical-coordinate representation of color #28667F: hue angle of 197.24º 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 #28667F is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 102 | 127 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.50 |
| HSL | 197.24º | 0.52% | 0.33% | - |
| HSV(B) | 197.24º | 0.69% | 0.5% | - |
| XYZ | 9.46 | 11.49 | 21.8 | - |
| YUV | 86.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 127 | 0.69 | 0.20 | 0 | 0.50 | 197.24 | 0.52 | 0.33 |
| Hex | 28 | 66 | 7F | 45 | 14 | 0 | 32 | C5 | 34 | 21 |
| Octal | 50 | 146 | 177 | 105 | 24 | 0 | 62 | 305 | 64 | 41 |
| Binary | 101000 | 1100110 | 1111111 | 1000101 | 10100 | 0 | 110010 | 11000101 | 110100 | 100001 |
Color Harmonies of #28667F
Complementary color
Monochromatic Colors of #28667F
Black with #28667F
Text Example
Text Example
White with #28667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28667F; }
p { color: rgb(40,102,127); }
H1.HeaderClassName
{
color: #28667F;
}
.AnyTagClassName
{
color: #28667F;
}
</style>
background-color css
<style>
a { background-color: #28667F; }
a { background-color: rgb(40,102,127); }
div.DivClassName
{
background-color: #28667F;
}
.BgClassName
{
background-color: #28667F;
}
</style>
border-color css
<style>
span { border-color: #28667F; }
span { border-color: rgb(40,102,127); }
td.TdClassName
{
border-color: #28667F;
}
.TagClassName
{
border-color: #28667F;
}
</style>