Shades of Atoll #276E6F
Tints of Atoll #276E6F
RGB
CMYK
RGB Variations
Color information
#276E6F (or 0x276E6F) is known color: Atoll. HEX triplet: 27, 6E and 6F. RGB value is (39,110,111). Sum of RGB (Red+Green+Blue) = 39+110+111=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #276E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E6F is #D89190. Grayscale: #585858. Windows color (decimal): -14193041 or 7302695. OLE color: 7302695.
HSL color Cylindrical-coordinate representation of color #276E6F: hue angle of 180.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E6F is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 110 | 111 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.56 |
| HSL | 180.83º | 0.48% | 0.29% | - |
| HSV(B) | 180.83º | 0.65% | 0.44% | - |
| XYZ | 9.28 | 12.73 | 17.01 | - |
| YUV | 88.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 111 | 0.65 | 0.01 | 0 | 0.56 | 180.83 | 0.48 | 0.29 |
| Hex | 27 | 6E | 6F | 41 | 1 | 0 | 38 | B5 | 30 | 1D |
| Octal | 47 | 156 | 157 | 101 | 1 | 0 | 70 | 265 | 60 | 35 |
| Binary | 100111 | 1101110 | 1101111 | 1000001 | 1 | 0 | 111000 | 10110101 | 110000 | 11101 |
Color Harmonies of #276E6F
Complementary color
Monochromatic Colors of #276E6F
Black with #276E6F
Text Example
Text Example
White with #276E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E6F; }
p { color: rgb(39,110,111); }
H1.HeaderClassName
{
color: #276E6F;
}
.AnyTagClassName
{
color: #276E6F;
}
</style>
background-color css
<style>
a { background-color: #276E6F; }
a { background-color: rgb(39,110,111); }
div.DivClassName
{
background-color: #276E6F;
}
.BgClassName
{
background-color: #276E6F;
}
</style>
border-color css
<style>
span { border-color: #276E6F; }
span { border-color: rgb(39,110,111); }
td.TdClassName
{
border-color: #276E6F;
}
.TagClassName
{
border-color: #276E6F;
}
</style>