Shades of Allports #28697A
Tints of Allports #28697A
RGB
CMYK
RGB Variations
Color information
#28697A (or 0x28697A) is known color: Allports. HEX triplet: 28, 69 and 7A. RGB value is (40,105,122). Sum of RGB (Red+Green+Blue) = 40+105+122=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #28697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28697A is #D79685. Grayscale: #575757. Windows color (decimal): -14128774 or 8022312. OLE color: 8022312.
HSL color Cylindrical-coordinate representation of color #28697A: hue angle of 192.44º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28697A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 105 | 122 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.52 |
| HSL | 192.44º | 0.51% | 0.32% | - |
| HSV(B) | 192.44º | 0.67% | 0.48% | - |
| XYZ | 9.44 | 11.96 | 20.22 | - |
| YUV | 87.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 122 | 0.67 | 0.14 | 0 | 0.52 | 192.44 | 0.51 | 0.32 |
| Hex | 28 | 69 | 7A | 43 | E | 0 | 34 | C0 | 33 | 20 |
| Octal | 50 | 151 | 172 | 103 | 16 | 0 | 64 | 300 | 63 | 40 |
| Binary | 101000 | 1101001 | 1111010 | 1000011 | 1110 | 0 | 110100 | 11000000 | 110011 | 100000 |
Color Harmonies of #28697A
Complementary color
Monochromatic Colors of #28697A
Black with #28697A
Text Example
Text Example
White with #28697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28697A; }
p { color: rgb(40,105,122); }
H1.HeaderClassName
{
color: #28697A;
}
.AnyTagClassName
{
color: #28697A;
}
</style>
background-color css
<style>
a { background-color: #28697A; }
a { background-color: rgb(40,105,122); }
div.DivClassName
{
background-color: #28697A;
}
.BgClassName
{
background-color: #28697A;
}
</style>
border-color css
<style>
span { border-color: #28697A; }
span { border-color: rgb(40,105,122); }
td.TdClassName
{
border-color: #28697A;
}
.TagClassName
{
border-color: #28697A;
}
</style>