Shades of Atoll #267C89
Tints of Atoll #267C89
RGB
CMYK
RGB Variations
Color information
#267C89 (or 0x267C89) is known color: Atoll. HEX triplet: 26, 7C and 89. RGB value is (38,124,137). Sum of RGB (Red+Green+Blue) = 38+124+137=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #267C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C89 is #D98376. Grayscale: #636363. Windows color (decimal): -14254967 or 9010214. OLE color: 9010214.
HSL color Cylindrical-coordinate representation of color #267C89: hue angle of 187.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267C89 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 124 | 137 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.46 |
| HSL | 187.88º | 0.57% | 0.34% | - |
| HSV(B) | 187.88º | 0.72% | 0.54% | - |
| XYZ | 12.52 | 16.63 | 26.22 | - |
| YUV | 99.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 137 | 0.72 | 0.09 | 0 | 0.46 | 187.88 | 0.57 | 0.34 |
| Hex | 26 | 7C | 89 | 48 | 9 | 0 | 2E | BC | 39 | 22 |
| Octal | 46 | 174 | 211 | 110 | 11 | 0 | 56 | 274 | 71 | 42 |
| Binary | 100110 | 1111100 | 10001001 | 1001000 | 1001 | 0 | 101110 | 10111100 | 111001 | 100010 |
Color Harmonies of #267C89
Complementary color
Monochromatic Colors of #267C89
Black with #267C89
Text Example
Text Example
White with #267C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C89; }
p { color: rgb(38,124,137); }
H1.HeaderClassName
{
color: #267C89;
}
.AnyTagClassName
{
color: #267C89;
}
</style>
background-color css
<style>
a { background-color: #267C89; }
a { background-color: rgb(38,124,137); }
div.DivClassName
{
background-color: #267C89;
}
.BgClassName
{
background-color: #267C89;
}
</style>
border-color css
<style>
span { border-color: #267C89; }
span { border-color: rgb(38,124,137); }
td.TdClassName
{
border-color: #267C89;
}
.TagClassName
{
border-color: #267C89;
}
</style>