Shades of Atoll #287B8B
Tints of Atoll #287B8B
RGB
CMYK
RGB Variations
Color information
#287B8B (or 0x287B8B) is known color: Atoll. HEX triplet: 28, 7B and 8B. RGB value is (40,123,139). Sum of RGB (Red+Green+Blue) = 40+123+139=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #287B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B8B is #D78474. Grayscale: #636363. Windows color (decimal): -14124149 or 9141032. OLE color: 9141032.
HSL color Cylindrical-coordinate representation of color #287B8B: hue angle of 189.7º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287B8B is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 123 | 139 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.45 |
| HSL | 189.7º | 0.55% | 0.35% | - |
| HSV(B) | 189.7º | 0.71% | 0.55% | - |
| XYZ | 12.62 | 16.48 | 26.94 | - |
| YUV | 100.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 139 | 0.71 | 0.12 | 0 | 0.45 | 189.7 | 0.55 | 0.35 |
| Hex | 28 | 7B | 8B | 47 | C | 0 | 2D | BE | 37 | 23 |
| Octal | 50 | 173 | 213 | 107 | 14 | 0 | 55 | 276 | 67 | 43 |
| Binary | 101000 | 1111011 | 10001011 | 1000111 | 1100 | 0 | 101101 | 10111110 | 110111 | 100011 |
Color Harmonies of #287B8B
Complementary color
Monochromatic Colors of #287B8B
Black with #287B8B
Text Example
Text Example
White with #287B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B8B; }
p { color: rgb(40,123,139); }
H1.HeaderClassName
{
color: #287B8B;
}
.AnyTagClassName
{
color: #287B8B;
}
</style>
background-color css
<style>
a { background-color: #287B8B; }
a { background-color: rgb(40,123,139); }
div.DivClassName
{
background-color: #287B8B;
}
.BgClassName
{
background-color: #287B8B;
}
</style>
border-color css
<style>
span { border-color: #287B8B; }
span { border-color: rgb(40,123,139); }
td.TdClassName
{
border-color: #287B8B;
}
.TagClassName
{
border-color: #287B8B;
}
</style>