Shades of Atoll #267D89
Tints of Atoll #267D89
RGB
CMYK
RGB Variations
Color information
#267D89 (or 0x267D89) is known color: Atoll. HEX triplet: 26, 7D and 89. RGB value is (38,125,137). Sum of RGB (Red+Green+Blue) = 38+125+137=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #267D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D89 is #D98276. Grayscale: #646464. Windows color (decimal): -14254711 or 9010470. OLE color: 9010470.
HSL color Cylindrical-coordinate representation of color #267D89: hue angle of 187.27º 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 #267D89 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 125 | 137 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.46 |
| HSL | 187.27º | 0.57% | 0.34% | - |
| HSV(B) | 187.27º | 0.72% | 0.54% | - |
| XYZ | 12.65 | 16.89 | 26.26 | - |
| YUV | 100.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 137 | 0.72 | 0.09 | 0 | 0.46 | 187.27 | 0.57 | 0.34 |
| Hex | 26 | 7D | 89 | 48 | 9 | 0 | 2E | BB | 39 | 22 |
| Octal | 46 | 175 | 211 | 110 | 11 | 0 | 56 | 273 | 71 | 42 |
| Binary | 100110 | 1111101 | 10001001 | 1001000 | 1001 | 0 | 101110 | 10111011 | 111001 | 100010 |
Color Harmonies of #267D89
Complementary color
Monochromatic Colors of #267D89
Black with #267D89
Text Example
Text Example
White with #267D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D89; }
p { color: rgb(38,125,137); }
H1.HeaderClassName
{
color: #267D89;
}
.AnyTagClassName
{
color: #267D89;
}
</style>
background-color css
<style>
a { background-color: #267D89; }
a { background-color: rgb(38,125,137); }
div.DivClassName
{
background-color: #267D89;
}
.BgClassName
{
background-color: #267D89;
}
</style>
border-color css
<style>
span { border-color: #267D89; }
span { border-color: rgb(38,125,137); }
td.TdClassName
{
border-color: #267D89;
}
.TagClassName
{
border-color: #267D89;
}
</style>