Shades of Atoll #267A82
Tints of Atoll #267A82
RGB
CMYK
RGB Variations
Color information
#267A82 (or 0x267A82) is known color: Atoll. HEX triplet: 26, 7A and 82. RGB value is (38,122,130). Sum of RGB (Red+Green+Blue) = 38+122+130=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #267A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A82 is #D9857D. Grayscale: #616161. Windows color (decimal): -14255486 or 8550950. OLE color: 8550950.
HSL color Cylindrical-coordinate representation of color #267A82: hue angle of 185.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #267A82 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 122 | 130 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.49 |
| HSL | 185.22º | 0.55% | 0.33% | - |
| HSV(B) | 185.22º | 0.71% | 0.51% | - |
| XYZ | 11.79 | 15.94 | 23.58 | - |
| YUV | 97.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 130 | 0.71 | 0.06 | 0 | 0.49 | 185.22 | 0.55 | 0.33 |
| Hex | 26 | 7A | 82 | 47 | 6 | 0 | 31 | B9 | 37 | 21 |
| Octal | 46 | 172 | 202 | 107 | 6 | 0 | 61 | 271 | 67 | 41 |
| Binary | 100110 | 1111010 | 10000010 | 1000111 | 110 | 0 | 110001 | 10111001 | 110111 | 100001 |
Color Harmonies of #267A82
Complementary color
Monochromatic Colors of #267A82
Black with #267A82
Text Example
Text Example
White with #267A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A82; }
p { color: rgb(38,122,130); }
H1.HeaderClassName
{
color: #267A82;
}
.AnyTagClassName
{
color: #267A82;
}
</style>
background-color css
<style>
a { background-color: #267A82; }
a { background-color: rgb(38,122,130); }
div.DivClassName
{
background-color: #267A82;
}
.BgClassName
{
background-color: #267A82;
}
</style>
border-color css
<style>
span { border-color: #267A82; }
span { border-color: rgb(38,122,130); }
td.TdClassName
{
border-color: #267A82;
}
.TagClassName
{
border-color: #267A82;
}
</style>