Shades of Atoll #287B7E
Tints of Atoll #287B7E
RGB
CMYK
RGB Variations
Color information
#287B7E (or 0x287B7E) is known color: Atoll. HEX triplet: 28, 7B and 7E. RGB value is (40,123,126). Sum of RGB (Red+Green+Blue) = 40+123+126=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #287B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B7E is #D78481. Grayscale: #626262. Windows color (decimal): -14124162 or 8289064. OLE color: 8289064.
HSL color Cylindrical-coordinate representation of color #287B7E: hue angle of 182.09º 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 #287B7E is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 123 | 126 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.51 |
| HSL | 182.09º | 0.52% | 0.33% | - |
| HSV(B) | 182.09º | 0.68% | 0.49% | - |
| XYZ | 11.72 | 16.12 | 22.23 | - |
| YUV | 98.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 126 | 0.68 | 0.02 | 0 | 0.51 | 182.09 | 0.52 | 0.33 |
| Hex | 28 | 7B | 7E | 44 | 2 | 0 | 33 | B6 | 34 | 21 |
| Octal | 50 | 173 | 176 | 104 | 2 | 0 | 63 | 266 | 64 | 41 |
| Binary | 101000 | 1111011 | 1111110 | 1000100 | 10 | 0 | 110011 | 10110110 | 110100 | 100001 |
Color Harmonies of #287B7E
Complementary color
Monochromatic Colors of #287B7E
Black with #287B7E
Text Example
Text Example
White with #287B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B7E; }
p { color: rgb(40,123,126); }
H1.HeaderClassName
{
color: #287B7E;
}
.AnyTagClassName
{
color: #287B7E;
}
</style>
background-color css
<style>
a { background-color: #287B7E; }
a { background-color: rgb(40,123,126); }
div.DivClassName
{
background-color: #287B7E;
}
.BgClassName
{
background-color: #287B7E;
}
</style>
border-color css
<style>
span { border-color: #287B7E; }
span { border-color: rgb(40,123,126); }
td.TdClassName
{
border-color: #287B7E;
}
.TagClassName
{
border-color: #287B7E;
}
</style>