Shades of Atoll #26737C
Tints of Atoll #26737C
RGB
CMYK
RGB Variations
Color information
#26737C (or 0x26737C) is known color: Atoll. HEX triplet: 26, 73 and 7C. RGB value is (38,115,124). Sum of RGB (Red+Green+Blue) = 38+115+124=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #26737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26737C is #D98C83. Grayscale: #5C5C5C. Windows color (decimal): -14257284 or 8155942. OLE color: 8155942.
HSL color Cylindrical-coordinate representation of color #26737C: hue angle of 186.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26737C is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 115 | 124 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.51 |
| HSL | 186.28º | 0.53% | 0.32% | - |
| HSV(B) | 186.28º | 0.69% | 0.49% | - |
| XYZ | 10.57 | 14.13 | 21.24 | - |
| YUV | 93 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 124 | 0.69 | 0.07 | 0 | 0.51 | 186.28 | 0.53 | 0.32 |
| Hex | 26 | 73 | 7C | 45 | 7 | 0 | 33 | BA | 35 | 20 |
| Octal | 46 | 163 | 174 | 105 | 7 | 0 | 63 | 272 | 65 | 40 |
| Binary | 100110 | 1110011 | 1111100 | 1000101 | 111 | 0 | 110011 | 10111010 | 110101 | 100000 |
Color Harmonies of #26737C
Complementary color
Monochromatic Colors of #26737C
Black with #26737C
Text Example
Text Example
White with #26737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26737C; }
p { color: rgb(38,115,124); }
H1.HeaderClassName
{
color: #26737C;
}
.AnyTagClassName
{
color: #26737C;
}
</style>
background-color css
<style>
a { background-color: #26737C; }
a { background-color: rgb(38,115,124); }
div.DivClassName
{
background-color: #26737C;
}
.BgClassName
{
background-color: #26737C;
}
</style>
border-color css
<style>
span { border-color: #26737C; }
span { border-color: rgb(38,115,124); }
td.TdClassName
{
border-color: #26737C;
}
.TagClassName
{
border-color: #26737C;
}
</style>