Shades of Atoll #267F89
Tints of Atoll #267F89
RGB
CMYK
RGB Variations
Color information
#267F89 (or 0x267F89) is known color: Atoll. HEX triplet: 26, 7F and 89. RGB value is (38,127,137). Sum of RGB (Red+Green+Blue) = 38+127+137=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #267F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F89 is #D98076. Grayscale: #656565. Windows color (decimal): -14254199 or 9010982. OLE color: 9010982.
HSL color Cylindrical-coordinate representation of color #267F89: hue angle of 186.06º 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 #267F89 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 127 | 137 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.46 |
| HSL | 186.06º | 0.57% | 0.34% | - |
| HSV(B) | 186.06º | 0.72% | 0.54% | - |
| XYZ | 12.9 | 17.4 | 26.34 | - |
| YUV | 101.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 137 | 0.72 | 0.07 | 0 | 0.46 | 186.06 | 0.57 | 0.34 |
| Hex | 26 | 7F | 89 | 48 | 7 | 0 | 2E | BA | 39 | 22 |
| Octal | 46 | 177 | 211 | 110 | 7 | 0 | 56 | 272 | 71 | 42 |
| Binary | 100110 | 1111111 | 10001001 | 1001000 | 111 | 0 | 101110 | 10111010 | 111001 | 100010 |
Color Harmonies of #267F89
Complementary color
Monochromatic Colors of #267F89
Black with #267F89
Text Example
Text Example
White with #267F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F89; }
p { color: rgb(38,127,137); }
H1.HeaderClassName
{
color: #267F89;
}
.AnyTagClassName
{
color: #267F89;
}
</style>
background-color css
<style>
a { background-color: #267F89; }
a { background-color: rgb(38,127,137); }
div.DivClassName
{
background-color: #267F89;
}
.BgClassName
{
background-color: #267F89;
}
</style>
border-color css
<style>
span { border-color: #267F89; }
span { border-color: rgb(38,127,137); }
td.TdClassName
{
border-color: #267F89;
}
.TagClassName
{
border-color: #267F89;
}
</style>