Shades of Atoll #266C71
Tints of Atoll #266C71
RGB
CMYK
RGB Variations
Color information
#266C71 (or 0x266C71) is known color: Atoll. HEX triplet: 26, 6C and 71. RGB value is (38,108,113). Sum of RGB (Red+Green+Blue) = 38+108+113=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #266C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C71 is #D9938E. Grayscale: #575757. Windows color (decimal): -14259087 or 7433254. OLE color: 7433254.
HSL color Cylindrical-coordinate representation of color #266C71: hue angle of 184º 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 #266C71 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 108 | 113 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.56 |
| HSL | 184º | 0.5% | 0.3% | - |
| HSV(B) | 184º | 0.66% | 0.44% | - |
| XYZ | 9.14 | 12.33 | 17.52 | - |
| YUV | 87.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 113 | 0.66 | 0.04 | 0 | 0.56 | 184 | 0.5 | 0.3 |
| Hex | 26 | 6C | 71 | 42 | 4 | 0 | 38 | B8 | 32 | 1E |
| Octal | 46 | 154 | 161 | 102 | 4 | 0 | 70 | 270 | 62 | 36 |
| Binary | 100110 | 1101100 | 1110001 | 1000010 | 100 | 0 | 111000 | 10111000 | 110010 | 11110 |
Color Harmonies of #266C71
Complementary color
Monochromatic Colors of #266C71
Black with #266C71
Text Example
Text Example
White with #266C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C71; }
p { color: rgb(38,108,113); }
H1.HeaderClassName
{
color: #266C71;
}
.AnyTagClassName
{
color: #266C71;
}
</style>
background-color css
<style>
a { background-color: #266C71; }
a { background-color: rgb(38,108,113); }
div.DivClassName
{
background-color: #266C71;
}
.BgClassName
{
background-color: #266C71;
}
</style>
border-color css
<style>
span { border-color: #266C71; }
span { border-color: rgb(38,108,113); }
td.TdClassName
{
border-color: #266C71;
}
.TagClassName
{
border-color: #266C71;
}
</style>