Shades of Atoll #268488
Tints of Atoll #268488
RGB
CMYK
RGB Variations
Color information
#268488 (or 0x268488) is known color: Atoll. HEX triplet: 26, 84 and 88. RGB value is (38,132,136). Sum of RGB (Red+Green+Blue) = 38+132+136=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #268488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268488 is #D97B77. Grayscale: #686868. Windows color (decimal): -14252920 or 8946726. OLE color: 8946726.
HSL color Cylindrical-coordinate representation of color #268488: hue angle of 182.45º 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 #268488 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 132 | 136 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.47 |
| HSL | 182.45º | 0.56% | 0.34% | - |
| HSV(B) | 182.45º | 0.72% | 0.53% | - |
| XYZ | 13.49 | 18.69 | 26.19 | - |
| YUV | 104.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 136 | 0.72 | 0.03 | 0 | 0.47 | 182.45 | 0.56 | 0.34 |
| Hex | 26 | 84 | 88 | 48 | 3 | 0 | 2F | B6 | 38 | 22 |
| Octal | 46 | 204 | 210 | 110 | 3 | 0 | 57 | 266 | 70 | 42 |
| Binary | 100110 | 10000100 | 10001000 | 1001000 | 11 | 0 | 101111 | 10110110 | 111000 | 100010 |
Color Harmonies of #268488
Complementary color
Monochromatic Colors of #268488
Black with #268488
Text Example
Text Example
White with #268488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268488; }
p { color: rgb(38,132,136); }
H1.HeaderClassName
{
color: #268488;
}
.AnyTagClassName
{
color: #268488;
}
</style>
background-color css
<style>
a { background-color: #268488; }
a { background-color: rgb(38,132,136); }
div.DivClassName
{
background-color: #268488;
}
.BgClassName
{
background-color: #268488;
}
</style>
border-color css
<style>
span { border-color: #268488; }
span { border-color: rgb(38,132,136); }
td.TdClassName
{
border-color: #268488;
}
.TagClassName
{
border-color: #268488;
}
</style>