Shades of Atoll #286A6D
Tints of Atoll #286A6D
RGB
CMYK
RGB Variations
Color information
#286A6D (or 0x286A6D) is known color: Atoll. HEX triplet: 28, 6A and 6D. RGB value is (40,106,109). Sum of RGB (Red+Green+Blue) = 40+106+109=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #286A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A6D is #D79592. Grayscale: #565656. Windows color (decimal): -14128531 or 7170600. OLE color: 7170600.
HSL color Cylindrical-coordinate representation of color #286A6D: hue angle of 182.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286A6D is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 106 | 109 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.57 |
| HSL | 182.61º | 0.46% | 0.29% | - |
| HSV(B) | 182.61º | 0.63% | 0.43% | - |
| XYZ | 8.79 | 11.86 | 16.29 | - |
| YUV | 86.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 109 | 0.63 | 0.03 | 0 | 0.57 | 182.61 | 0.46 | 0.29 |
| Hex | 28 | 6A | 6D | 3F | 3 | 0 | 39 | B7 | 2E | 1D |
| Octal | 50 | 152 | 155 | 77 | 3 | 0 | 71 | 267 | 56 | 35 |
| Binary | 101000 | 1101010 | 1101101 | 111111 | 11 | 0 | 111001 | 10110111 | 101110 | 11101 |
Color Harmonies of #286A6D
Complementary color
Monochromatic Colors of #286A6D
Black with #286A6D
Text Example
Text Example
White with #286A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A6D; }
p { color: rgb(40,106,109); }
H1.HeaderClassName
{
color: #286A6D;
}
.AnyTagClassName
{
color: #286A6D;
}
</style>
background-color css
<style>
a { background-color: #286A6D; }
a { background-color: rgb(40,106,109); }
div.DivClassName
{
background-color: #286A6D;
}
.BgClassName
{
background-color: #286A6D;
}
</style>
border-color css
<style>
span { border-color: #286A6D; }
span { border-color: rgb(40,106,109); }
td.TdClassName
{
border-color: #286A6D;
}
.TagClassName
{
border-color: #286A6D;
}
</style>