Shades of Atoll #277B84
Tints of Atoll #277B84
RGB
CMYK
RGB Variations
Color information
#277B84 (or 0x277B84) is known color: Atoll. HEX triplet: 27, 7B and 84. RGB value is (39,123,132). Sum of RGB (Red+Green+Blue) = 39+123+132=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #277B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B84 is #D8847B. Grayscale: #626262. Windows color (decimal): -14189692 or 8682279. OLE color: 8682279.
HSL color Cylindrical-coordinate representation of color #277B84: hue angle of 185.81º 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 #277B84 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 123 | 132 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.48 |
| HSL | 185.81º | 0.54% | 0.34% | - |
| HSV(B) | 185.81º | 0.7% | 0.52% | - |
| XYZ | 12.08 | 16.26 | 24.33 | - |
| YUV | 98.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 132 | 0.70 | 0.07 | 0 | 0.48 | 185.81 | 0.54 | 0.34 |
| Hex | 27 | 7B | 84 | 46 | 7 | 0 | 30 | BA | 36 | 22 |
| Octal | 47 | 173 | 204 | 106 | 7 | 0 | 60 | 272 | 66 | 42 |
| Binary | 100111 | 1111011 | 10000100 | 1000110 | 111 | 0 | 110000 | 10111010 | 110110 | 100010 |
Color Harmonies of #277B84
Complementary color
Monochromatic Colors of #277B84
Black with #277B84
Text Example
Text Example
White with #277B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B84; }
p { color: rgb(39,123,132); }
H1.HeaderClassName
{
color: #277B84;
}
.AnyTagClassName
{
color: #277B84;
}
</style>
background-color css
<style>
a { background-color: #277B84; }
a { background-color: rgb(39,123,132); }
div.DivClassName
{
background-color: #277B84;
}
.BgClassName
{
background-color: #277B84;
}
</style>
border-color css
<style>
span { border-color: #277B84; }
span { border-color: rgb(39,123,132); }
td.TdClassName
{
border-color: #277B84;
}
.TagClassName
{
border-color: #277B84;
}
</style>