Shades of Atoll #276D6E
Tints of Atoll #276D6E
RGB
CMYK
RGB Variations
Color information
#276D6E (or 0x276D6E) is known color: Atoll. HEX triplet: 27, 6D and 6E. RGB value is (39,109,110). Sum of RGB (Red+Green+Blue) = 39+109+110=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #276D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D6E is #D89291. Grayscale: #585858. Windows color (decimal): -14193298 or 7236903. OLE color: 7236903.
HSL color Cylindrical-coordinate representation of color #276D6E: hue angle of 180.85º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276D6E is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 110 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.57 |
| HSL | 180.85º | 0.48% | 0.29% | - |
| HSV(B) | 180.85º | 0.65% | 0.43% | - |
| XYZ | 9.12 | 12.49 | 16.68 | - |
| YUV | 88.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 110 | 0.65 | 0.01 | 0 | 0.57 | 180.85 | 0.48 | 0.29 |
| Hex | 27 | 6D | 6E | 41 | 1 | 0 | 39 | B5 | 30 | 1D |
| Octal | 47 | 155 | 156 | 101 | 1 | 0 | 71 | 265 | 60 | 35 |
| Binary | 100111 | 1101101 | 1101110 | 1000001 | 1 | 0 | 111001 | 10110101 | 110000 | 11101 |
Color Harmonies of #276D6E
Complementary color
Monochromatic Colors of #276D6E
Black with #276D6E
Text Example
Text Example
White with #276D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D6E; }
p { color: rgb(39,109,110); }
H1.HeaderClassName
{
color: #276D6E;
}
.AnyTagClassName
{
color: #276D6E;
}
</style>
background-color css
<style>
a { background-color: #276D6E; }
a { background-color: rgb(39,109,110); }
div.DivClassName
{
background-color: #276D6E;
}
.BgClassName
{
background-color: #276D6E;
}
</style>
border-color css
<style>
span { border-color: #276D6E; }
span { border-color: rgb(39,109,110); }
td.TdClassName
{
border-color: #276D6E;
}
.TagClassName
{
border-color: #276D6E;
}
</style>