Shades of Atoll #28767D
Tints of Atoll #28767D
RGB
CMYK
RGB Variations
Color information
#28767D (or 0x28767D) is known color: Atoll. HEX triplet: 28, 76 and 7D. RGB value is (40,118,125). Sum of RGB (Red+Green+Blue) = 40+118+125=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #28767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28767D is #D78982. Grayscale: #5F5F5F. Windows color (decimal): -14125443 or 8222248. OLE color: 8222248.
HSL color Cylindrical-coordinate representation of color #28767D: hue angle of 184.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28767D is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 118 | 125 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.51 |
| HSL | 184.94º | 0.52% | 0.32% | - |
| HSV(B) | 184.94º | 0.68% | 0.49% | - |
| XYZ | 11.06 | 14.89 | 21.69 | - |
| YUV | 95.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 125 | 0.68 | 0.06 | 0 | 0.51 | 184.94 | 0.52 | 0.32 |
| Hex | 28 | 76 | 7D | 44 | 6 | 0 | 33 | B9 | 34 | 20 |
| Octal | 50 | 166 | 175 | 104 | 6 | 0 | 63 | 271 | 64 | 40 |
| Binary | 101000 | 1110110 | 1111101 | 1000100 | 110 | 0 | 110011 | 10111001 | 110100 | 100000 |
Color Harmonies of #28767D
Complementary color
Monochromatic Colors of #28767D
Black with #28767D
Text Example
Text Example
White with #28767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28767D; }
p { color: rgb(40,118,125); }
H1.HeaderClassName
{
color: #28767D;
}
.AnyTagClassName
{
color: #28767D;
}
</style>
background-color css
<style>
a { background-color: #28767D; }
a { background-color: rgb(40,118,125); }
div.DivClassName
{
background-color: #28767D;
}
.BgClassName
{
background-color: #28767D;
}
</style>
border-color css
<style>
span { border-color: #28767D; }
span { border-color: rgb(40,118,125); }
td.TdClassName
{
border-color: #28767D;
}
.TagClassName
{
border-color: #28767D;
}
</style>