Shades of Atoll #267B7D
Tints of Atoll #267B7D
RGB
CMYK
RGB Variations
Color information
#267B7D (or 0x267B7D) is known color: Atoll. HEX triplet: 26, 7B and 7D. RGB value is (38,123,125). Sum of RGB (Red+Green+Blue) = 38+123+125=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #267B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B7D is #D98482. Grayscale: #616161. Windows color (decimal): -14255235 or 8223526. OLE color: 8223526.
HSL color Cylindrical-coordinate representation of color #267B7D: hue angle of 181.38º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267B7D is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 123 | 125 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.51 |
| HSL | 181.38º | 0.53% | 0.32% | - |
| HSV(B) | 181.38º | 0.7% | 0.49% | - |
| XYZ | 11.58 | 16.06 | 21.89 | - |
| YUV | 97.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 125 | 0.70 | 0.02 | 0 | 0.51 | 181.38 | 0.53 | 0.32 |
| Hex | 26 | 7B | 7D | 46 | 2 | 0 | 33 | B5 | 35 | 20 |
| Octal | 46 | 173 | 175 | 106 | 2 | 0 | 63 | 265 | 65 | 40 |
| Binary | 100110 | 1111011 | 1111101 | 1000110 | 10 | 0 | 110011 | 10110101 | 110101 | 100000 |
Color Harmonies of #267B7D
Complementary color
Monochromatic Colors of #267B7D
Black with #267B7D
Text Example
Text Example
White with #267B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B7D; }
p { color: rgb(38,123,125); }
H1.HeaderClassName
{
color: #267B7D;
}
.AnyTagClassName
{
color: #267B7D;
}
</style>
background-color css
<style>
a { background-color: #267B7D; }
a { background-color: rgb(38,123,125); }
div.DivClassName
{
background-color: #267B7D;
}
.BgClassName
{
background-color: #267B7D;
}
</style>
border-color css
<style>
span { border-color: #267B7D; }
span { border-color: rgb(38,123,125); }
td.TdClassName
{
border-color: #267B7D;
}
.TagClassName
{
border-color: #267B7D;
}
</style>