Shades of Atoll #267E8E
Tints of Atoll #267E8E
RGB
CMYK
RGB Variations
Color information
#267E8E (or 0x267E8E) is known color: Atoll. HEX triplet: 26, 7E and 8E. RGB value is (38,126,142). Sum of RGB (Red+Green+Blue) = 38+126+142=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #267E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E8E is #D98171. Grayscale: #656565. Windows color (decimal): -14254450 or 9338406. OLE color: 9338406.
HSL color Cylindrical-coordinate representation of color #267E8E: hue angle of 189.23º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267E8E is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 126 | 142 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.44 |
| HSL | 189.23º | 0.58% | 0.35% | - |
| HSV(B) | 189.23º | 0.73% | 0.56% | - |
| XYZ | 13.14 | 17.29 | 28.24 | - |
| YUV | 101.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 142 | 0.73 | 0.11 | 0 | 0.44 | 189.23 | 0.58 | 0.35 |
| Hex | 26 | 7E | 8E | 49 | B | 0 | 2C | BD | 3A | 23 |
| Octal | 46 | 176 | 216 | 111 | 13 | 0 | 54 | 275 | 72 | 43 |
| Binary | 100110 | 1111110 | 10001110 | 1001001 | 1011 | 0 | 101100 | 10111101 | 111010 | 100011 |
Color Harmonies of #267E8E
Complementary color
Monochromatic Colors of #267E8E
Black with #267E8E
Text Example
Text Example
White with #267E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E8E; }
p { color: rgb(38,126,142); }
H1.HeaderClassName
{
color: #267E8E;
}
.AnyTagClassName
{
color: #267E8E;
}
</style>
background-color css
<style>
a { background-color: #267E8E; }
a { background-color: rgb(38,126,142); }
div.DivClassName
{
background-color: #267E8E;
}
.BgClassName
{
background-color: #267E8E;
}
</style>
border-color css
<style>
span { border-color: #267E8E; }
span { border-color: rgb(38,126,142); }
td.TdClassName
{
border-color: #267E8E;
}
.TagClassName
{
border-color: #267E8E;
}
</style>