Shades of Atoll #268086
Tints of Atoll #268086
RGB
CMYK
RGB Variations
Color information
#268086 (or 0x268086) is known color: Atoll. HEX triplet: 26, 80 and 86. RGB value is (38,128,134). Sum of RGB (Red+Green+Blue) = 38+128+134=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #268086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268086 is #D97F79. Grayscale: #656565. Windows color (decimal): -14253946 or 8814630. OLE color: 8814630.
HSL color Cylindrical-coordinate representation of color #268086: hue angle of 183.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268086 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 128 | 134 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.47 |
| HSL | 183.75º | 0.56% | 0.34% | - |
| HSV(B) | 183.75º | 0.72% | 0.53% | - |
| XYZ | 12.82 | 17.57 | 25.27 | - |
| YUV | 101.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 134 | 0.72 | 0.04 | 0 | 0.47 | 183.75 | 0.56 | 0.34 |
| Hex | 26 | 80 | 86 | 48 | 4 | 0 | 2F | B8 | 38 | 22 |
| Octal | 46 | 200 | 206 | 110 | 4 | 0 | 57 | 270 | 70 | 42 |
| Binary | 100110 | 10000000 | 10000110 | 1001000 | 100 | 0 | 101111 | 10111000 | 111000 | 100010 |
Color Harmonies of #268086
Complementary color
Monochromatic Colors of #268086
Black with #268086
Text Example
Text Example
White with #268086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268086; }
p { color: rgb(38,128,134); }
H1.HeaderClassName
{
color: #268086;
}
.AnyTagClassName
{
color: #268086;
}
</style>
background-color css
<style>
a { background-color: #268086; }
a { background-color: rgb(38,128,134); }
div.DivClassName
{
background-color: #268086;
}
.BgClassName
{
background-color: #268086;
}
</style>
border-color css
<style>
span { border-color: #268086; }
span { border-color: rgb(38,128,134); }
td.TdClassName
{
border-color: #268086;
}
.TagClassName
{
border-color: #268086;
}
</style>