Shades of Atoll #267F8B
Tints of Atoll #267F8B
RGB
CMYK
RGB Variations
Color information
#267F8B (or 0x267F8B) is known color: Atoll. HEX triplet: 26, 7F and 8B. RGB value is (38,127,139). Sum of RGB (Red+Green+Blue) = 38+127+139=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #267F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F8B is #D98074. Grayscale: #656565. Windows color (decimal): -14254197 or 9142054. OLE color: 9142054.
HSL color Cylindrical-coordinate representation of color #267F8B: hue angle of 187.13º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267F8B is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 127 | 139 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.45 |
| HSL | 187.13º | 0.57% | 0.35% | - |
| HSV(B) | 187.13º | 0.73% | 0.55% | - |
| XYZ | 13.05 | 17.45 | 27.11 | - |
| YUV | 101.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 139 | 0.73 | 0.09 | 0 | 0.45 | 187.13 | 0.57 | 0.35 |
| Hex | 26 | 7F | 8B | 49 | 9 | 0 | 2D | BB | 39 | 23 |
| Octal | 46 | 177 | 213 | 111 | 11 | 0 | 55 | 273 | 71 | 43 |
| Binary | 100110 | 1111111 | 10001011 | 1001001 | 1001 | 0 | 101101 | 10111011 | 111001 | 100011 |
Color Harmonies of #267F8B
Complementary color
Monochromatic Colors of #267F8B
Black with #267F8B
Text Example
Text Example
White with #267F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F8B; }
p { color: rgb(38,127,139); }
H1.HeaderClassName
{
color: #267F8B;
}
.AnyTagClassName
{
color: #267F8B;
}
</style>
background-color css
<style>
a { background-color: #267F8B; }
a { background-color: rgb(38,127,139); }
div.DivClassName
{
background-color: #267F8B;
}
.BgClassName
{
background-color: #267F8B;
}
</style>
border-color css
<style>
span { border-color: #267F8B; }
span { border-color: rgb(38,127,139); }
td.TdClassName
{
border-color: #267F8B;
}
.TagClassName
{
border-color: #267F8B;
}
</style>