Shades of Atoll #26747B
Tints of Atoll #26747B
RGB
CMYK
RGB Variations
Color information
#26747B (or 0x26747B) is known color: Atoll. HEX triplet: 26, 74 and 7B. RGB value is (38,116,123). Sum of RGB (Red+Green+Blue) = 38+116+123=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #26747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26747B is #D98B84. Grayscale: #5D5D5D. Windows color (decimal): -14257029 or 8090662. OLE color: 8090662.
HSL color Cylindrical-coordinate representation of color #26747B: hue angle of 184.94º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26747B is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 116 | 123 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.52 |
| HSL | 184.94º | 0.53% | 0.32% | - |
| HSV(B) | 184.94º | 0.69% | 0.48% | - |
| XYZ | 10.62 | 14.33 | 20.95 | - |
| YUV | 93.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 123 | 0.69 | 0.06 | 0 | 0.52 | 184.94 | 0.53 | 0.32 |
| Hex | 26 | 74 | 7B | 45 | 6 | 0 | 34 | B9 | 35 | 20 |
| Octal | 46 | 164 | 173 | 105 | 6 | 0 | 64 | 271 | 65 | 40 |
| Binary | 100110 | 1110100 | 1111011 | 1000101 | 110 | 0 | 110100 | 10111001 | 110101 | 100000 |
Color Harmonies of #26747B
Complementary color
Monochromatic Colors of #26747B
Black with #26747B
Text Example
Text Example
White with #26747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26747B; }
p { color: rgb(38,116,123); }
H1.HeaderClassName
{
color: #26747B;
}
.AnyTagClassName
{
color: #26747B;
}
</style>
background-color css
<style>
a { background-color: #26747B; }
a { background-color: rgb(38,116,123); }
div.DivClassName
{
background-color: #26747B;
}
.BgClassName
{
background-color: #26747B;
}
</style>
border-color css
<style>
span { border-color: #26747B; }
span { border-color: rgb(38,116,123); }
td.TdClassName
{
border-color: #26747B;
}
.TagClassName
{
border-color: #26747B;
}
</style>