Shades of Atoll #26767D
Tints of Atoll #26767D
RGB
CMYK
RGB Variations
Color information
#26767D (or 0x26767D) is known color: Atoll. HEX triplet: 26, 76 and 7D. RGB value is (38,118,125). Sum of RGB (Red+Green+Blue) = 38+118+125=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #26767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26767D is #D98982. Grayscale: #5E5E5E. Windows color (decimal): -14256515 or 8222246. OLE color: 8222246.
HSL color Cylindrical-coordinate representation of color #26767D: hue angle of 184.83º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26767D is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 118 | 125 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.51 |
| HSL | 184.83º | 0.53% | 0.32% | - |
| HSV(B) | 184.83º | 0.7% | 0.49% | - |
| XYZ | 10.98 | 14.85 | 21.69 | - |
| YUV | 94.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 125 | 0.70 | 0.06 | 0 | 0.51 | 184.83 | 0.53 | 0.32 |
| Hex | 26 | 76 | 7D | 46 | 6 | 0 | 33 | B9 | 35 | 20 |
| Octal | 46 | 166 | 175 | 106 | 6 | 0 | 63 | 271 | 65 | 40 |
| Binary | 100110 | 1110110 | 1111101 | 1000110 | 110 | 0 | 110011 | 10111001 | 110101 | 100000 |
Color Harmonies of #26767D
Complementary color
Monochromatic Colors of #26767D
Black with #26767D
Text Example
Text Example
White with #26767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26767D; }
p { color: rgb(38,118,125); }
H1.HeaderClassName
{
color: #26767D;
}
.AnyTagClassName
{
color: #26767D;
}
</style>
background-color css
<style>
a { background-color: #26767D; }
a { background-color: rgb(38,118,125); }
div.DivClassName
{
background-color: #26767D;
}
.BgClassName
{
background-color: #26767D;
}
</style>
border-color css
<style>
span { border-color: #26767D; }
span { border-color: rgb(38,118,125); }
td.TdClassName
{
border-color: #26767D;
}
.TagClassName
{
border-color: #26767D;
}
</style>