Shades of Atoll #266E71
Tints of Atoll #266E71
RGB
CMYK
RGB Variations
Color information
#266E71 (or 0x266E71) is known color: Atoll. HEX triplet: 26, 6E and 71. RGB value is (38,110,113). Sum of RGB (Red+Green+Blue) = 38+110+113=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #266E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E71 is #D9918E. Grayscale: #585858. Windows color (decimal): -14258575 or 7433766. OLE color: 7433766.
HSL color Cylindrical-coordinate representation of color #266E71: hue angle of 182.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266E71 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 110 | 113 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.56 |
| HSL | 182.4º | 0.5% | 0.3% | - |
| HSV(B) | 182.4º | 0.66% | 0.44% | - |
| XYZ | 9.36 | 12.76 | 17.59 | - |
| YUV | 88.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 113 | 0.66 | 0.03 | 0 | 0.56 | 182.4 | 0.5 | 0.3 |
| Hex | 26 | 6E | 71 | 42 | 3 | 0 | 38 | B6 | 32 | 1E |
| Octal | 46 | 156 | 161 | 102 | 3 | 0 | 70 | 266 | 62 | 36 |
| Binary | 100110 | 1101110 | 1110001 | 1000010 | 11 | 0 | 111000 | 10110110 | 110010 | 11110 |
Color Harmonies of #266E71
Complementary color
Monochromatic Colors of #266E71
Black with #266E71
Text Example
Text Example
White with #266E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E71; }
p { color: rgb(38,110,113); }
H1.HeaderClassName
{
color: #266E71;
}
.AnyTagClassName
{
color: #266E71;
}
</style>
background-color css
<style>
a { background-color: #266E71; }
a { background-color: rgb(38,110,113); }
div.DivClassName
{
background-color: #266E71;
}
.BgClassName
{
background-color: #266E71;
}
</style>
border-color css
<style>
span { border-color: #266E71; }
span { border-color: rgb(38,110,113); }
td.TdClassName
{
border-color: #266E71;
}
.TagClassName
{
border-color: #266E71;
}
</style>