Shades of Atoll #267C87
Tints of Atoll #267C87
RGB
CMYK
RGB Variations
Color information
#267C87 (or 0x267C87) is known color: Atoll. HEX triplet: 26, 7C and 87. RGB value is (38,124,135). Sum of RGB (Red+Green+Blue) = 38+124+135=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #267C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C87 is #D98378. Grayscale: #636363. Windows color (decimal): -14254969 or 8879142. OLE color: 8879142.
HSL color Cylindrical-coordinate representation of color #267C87: hue angle of 186.8º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267C87 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 124 | 135 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.47 |
| HSL | 186.8º | 0.56% | 0.34% | - |
| HSV(B) | 186.8º | 0.72% | 0.53% | - |
| XYZ | 12.38 | 16.58 | 25.47 | - |
| YUV | 99.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 135 | 0.72 | 0.08 | 0 | 0.47 | 186.8 | 0.56 | 0.34 |
| Hex | 26 | 7C | 87 | 48 | 8 | 0 | 2F | BB | 38 | 22 |
| Octal | 46 | 174 | 207 | 110 | 10 | 0 | 57 | 273 | 70 | 42 |
| Binary | 100110 | 1111100 | 10000111 | 1001000 | 1000 | 0 | 101111 | 10111011 | 111000 | 100010 |
Color Harmonies of #267C87
Complementary color
Monochromatic Colors of #267C87
Black with #267C87
Text Example
Text Example
White with #267C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C87; }
p { color: rgb(38,124,135); }
H1.HeaderClassName
{
color: #267C87;
}
.AnyTagClassName
{
color: #267C87;
}
</style>
background-color css
<style>
a { background-color: #267C87; }
a { background-color: rgb(38,124,135); }
div.DivClassName
{
background-color: #267C87;
}
.BgClassName
{
background-color: #267C87;
}
</style>
border-color css
<style>
span { border-color: #267C87; }
span { border-color: rgb(38,124,135); }
td.TdClassName
{
border-color: #267C87;
}
.TagClassName
{
border-color: #267C87;
}
</style>