Shades of Atoll #28737E
Tints of Atoll #28737E
RGB
CMYK
RGB Variations
Color information
#28737E (or 0x28737E) is known color: Atoll. HEX triplet: 28, 73 and 7E. RGB value is (40,115,126). Sum of RGB (Red+Green+Blue) = 40+115+126=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #28737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28737E is #D78C81. Grayscale: #5D5D5D. Windows color (decimal): -14126210 or 8287016. OLE color: 8287016.
HSL color Cylindrical-coordinate representation of color #28737E: hue angle of 187.67º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28737E is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 115 | 126 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.51 |
| HSL | 187.67º | 0.52% | 0.33% | - |
| HSV(B) | 187.67º | 0.68% | 0.49% | - |
| XYZ | 10.77 | 14.22 | 21.92 | - |
| YUV | 93.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 126 | 0.68 | 0.09 | 0 | 0.51 | 187.67 | 0.52 | 0.33 |
| Hex | 28 | 73 | 7E | 44 | 9 | 0 | 33 | BC | 34 | 21 |
| Octal | 50 | 163 | 176 | 104 | 11 | 0 | 63 | 274 | 64 | 41 |
| Binary | 101000 | 1110011 | 1111110 | 1000100 | 1001 | 0 | 110011 | 10111100 | 110100 | 100001 |
Color Harmonies of #28737E
Complementary color
Monochromatic Colors of #28737E
Black with #28737E
Text Example
Text Example
White with #28737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28737E; }
p { color: rgb(40,115,126); }
H1.HeaderClassName
{
color: #28737E;
}
.AnyTagClassName
{
color: #28737E;
}
</style>
background-color css
<style>
a { background-color: #28737E; }
a { background-color: rgb(40,115,126); }
div.DivClassName
{
background-color: #28737E;
}
.BgClassName
{
background-color: #28737E;
}
</style>
border-color css
<style>
span { border-color: #28737E; }
span { border-color: rgb(40,115,126); }
td.TdClassName
{
border-color: #28737E;
}
.TagClassName
{
border-color: #28737E;
}
</style>