Shades of Allports #28656B
Tints of Allports #28656B
RGB
CMYK
RGB Variations
Color information
#28656B (or 0x28656B) is known color: Allports. HEX triplet: 28, 65 and 6B. RGB value is (40,101,107). Sum of RGB (Red+Green+Blue) = 40+101+107=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #28656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28656B is #D79A94. Grayscale: #535353. Windows color (decimal): -14129813 or 7038248. OLE color: 7038248.
HSL color Cylindrical-coordinate representation of color #28656B: hue angle of 185.37º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28656B is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 101 | 107 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.58 |
| HSL | 185.37º | 0.46% | 0.29% | - |
| HSV(B) | 185.37º | 0.63% | 0.42% | - |
| XYZ | 8.18 | 10.82 | 15.57 | - |
| YUV | 83.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 107 | 0.63 | 0.06 | 0 | 0.58 | 185.37 | 0.46 | 0.29 |
| Hex | 28 | 65 | 6B | 3F | 6 | 0 | 3A | B9 | 2E | 1D |
| Octal | 50 | 145 | 153 | 77 | 6 | 0 | 72 | 271 | 56 | 35 |
| Binary | 101000 | 1100101 | 1101011 | 111111 | 110 | 0 | 111010 | 10111001 | 101110 | 11101 |
Color Harmonies of #28656B
Complementary color
Monochromatic Colors of #28656B
Black with #28656B
Text Example
Text Example
White with #28656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28656B; }
p { color: rgb(40,101,107); }
H1.HeaderClassName
{
color: #28656B;
}
.AnyTagClassName
{
color: #28656B;
}
</style>
background-color css
<style>
a { background-color: #28656B; }
a { background-color: rgb(40,101,107); }
div.DivClassName
{
background-color: #28656B;
}
.BgClassName
{
background-color: #28656B;
}
</style>
border-color css
<style>
span { border-color: #28656B; }
span { border-color: rgb(40,101,107); }
td.TdClassName
{
border-color: #28656B;
}
.TagClassName
{
border-color: #28656B;
}
</style>