Shades of Atoll #28737F
Tints of Atoll #28737F
RGB
CMYK
RGB Variations
Color information
#28737F (or 0x28737F) is known color: Atoll. HEX triplet: 28, 73 and 7F. RGB value is (40,115,127). Sum of RGB (Red+Green+Blue) = 40+115+127=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #28737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28737F is #D78C80. Grayscale: #5D5D5D. Windows color (decimal): -14126209 or 8352552. OLE color: 8352552.
HSL color Cylindrical-coordinate representation of color #28737F: hue angle of 188.28º 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 #28737F is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 115 | 127 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.50 |
| HSL | 188.28º | 0.52% | 0.33% | - |
| HSV(B) | 188.28º | 0.69% | 0.5% | - |
| XYZ | 10.84 | 14.24 | 22.26 | - |
| YUV | 93.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 127 | 0.69 | 0.09 | 0 | 0.50 | 188.28 | 0.52 | 0.33 |
| Hex | 28 | 73 | 7F | 45 | 9 | 0 | 32 | BC | 34 | 21 |
| Octal | 50 | 163 | 177 | 105 | 11 | 0 | 62 | 274 | 64 | 41 |
| Binary | 101000 | 1110011 | 1111111 | 1000101 | 1001 | 0 | 110010 | 10111100 | 110100 | 100001 |
Color Harmonies of #28737F
Complementary color
Monochromatic Colors of #28737F
Black with #28737F
Text Example
Text Example
White with #28737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28737F; }
p { color: rgb(40,115,127); }
H1.HeaderClassName
{
color: #28737F;
}
.AnyTagClassName
{
color: #28737F;
}
</style>
background-color css
<style>
a { background-color: #28737F; }
a { background-color: rgb(40,115,127); }
div.DivClassName
{
background-color: #28737F;
}
.BgClassName
{
background-color: #28737F;
}
</style>
border-color css
<style>
span { border-color: #28737F; }
span { border-color: rgb(40,115,127); }
td.TdClassName
{
border-color: #28737F;
}
.TagClassName
{
border-color: #28737F;
}
</style>