Shades of Atoll #268288
Tints of Atoll #268288
RGB
CMYK
RGB Variations
Color information
#268288 (or 0x268288) is known color: Atoll. HEX triplet: 26, 82 and 88. RGB value is (38,130,136). Sum of RGB (Red+Green+Blue) = 38+130+136=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #268288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268288 is #D97D77. Grayscale: #676767. Windows color (decimal): -14253432 or 8946214. OLE color: 8946214.
HSL color Cylindrical-coordinate representation of color #268288: hue angle of 183.67º 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 #268288 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 130 | 136 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.47 |
| HSL | 183.67º | 0.56% | 0.34% | - |
| HSV(B) | 183.67º | 0.72% | 0.53% | - |
| XYZ | 13.23 | 18.15 | 26.1 | - |
| YUV | 103.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 136 | 0.72 | 0.04 | 0 | 0.47 | 183.67 | 0.56 | 0.34 |
| Hex | 26 | 82 | 88 | 48 | 4 | 0 | 2F | B8 | 38 | 22 |
| Octal | 46 | 202 | 210 | 110 | 4 | 0 | 57 | 270 | 70 | 42 |
| Binary | 100110 | 10000010 | 10001000 | 1001000 | 100 | 0 | 101111 | 10111000 | 111000 | 100010 |
Color Harmonies of #268288
Complementary color
Monochromatic Colors of #268288
Black with #268288
Text Example
Text Example
White with #268288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268288; }
p { color: rgb(38,130,136); }
H1.HeaderClassName
{
color: #268288;
}
.AnyTagClassName
{
color: #268288;
}
</style>
background-color css
<style>
a { background-color: #268288; }
a { background-color: rgb(38,130,136); }
div.DivClassName
{
background-color: #268288;
}
.BgClassName
{
background-color: #268288;
}
</style>
border-color css
<style>
span { border-color: #268288; }
span { border-color: rgb(38,130,136); }
td.TdClassName
{
border-color: #268288;
}
.TagClassName
{
border-color: #268288;
}
</style>