Shades of Atoll #277C84
Tints of Atoll #277C84
RGB
CMYK
RGB Variations
Color information
#277C84 (or 0x277C84) is known color: Atoll. HEX triplet: 27, 7C and 84. RGB value is (39,124,132). Sum of RGB (Red+Green+Blue) = 39+124+132=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #277C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C84 is #D8837B. Grayscale: #636363. Windows color (decimal): -14189436 or 8682535. OLE color: 8682535.
HSL color Cylindrical-coordinate representation of color #277C84: hue angle of 185.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277C84 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 124 | 132 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.48 |
| HSL | 185.16º | 0.54% | 0.34% | - |
| HSV(B) | 185.16º | 0.7% | 0.52% | - |
| XYZ | 12.21 | 16.51 | 24.37 | - |
| YUV | 99.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 132 | 0.70 | 0.06 | 0 | 0.48 | 185.16 | 0.54 | 0.34 |
| Hex | 27 | 7C | 84 | 46 | 6 | 0 | 30 | B9 | 36 | 22 |
| Octal | 47 | 174 | 204 | 106 | 6 | 0 | 60 | 271 | 66 | 42 |
| Binary | 100111 | 1111100 | 10000100 | 1000110 | 110 | 0 | 110000 | 10111001 | 110110 | 100010 |
Color Harmonies of #277C84
Complementary color
Monochromatic Colors of #277C84
Black with #277C84
Text Example
Text Example
White with #277C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C84; }
p { color: rgb(39,124,132); }
H1.HeaderClassName
{
color: #277C84;
}
.AnyTagClassName
{
color: #277C84;
}
</style>
background-color css
<style>
a { background-color: #277C84; }
a { background-color: rgb(39,124,132); }
div.DivClassName
{
background-color: #277C84;
}
.BgClassName
{
background-color: #277C84;
}
</style>
border-color css
<style>
span { border-color: #277C84; }
span { border-color: rgb(39,124,132); }
td.TdClassName
{
border-color: #277C84;
}
.TagClassName
{
border-color: #277C84;
}
</style>