Shades of Atoll #2B7477
Tints of Atoll #2B7477
RGB
CMYK
RGB Variations
Color information
#2B7477 (or 0x2B7477) is known color: Atoll. HEX triplet: 2B, 74 and 77. RGB value is (43,116,119). Sum of RGB (Red+Green+Blue) = 43+116+119=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7477 is #D48B88. Grayscale: #5E5E5E. Windows color (decimal): -13929353 or 7828523. OLE color: 7828523.
HSL color Cylindrical-coordinate representation of color #2B7477: hue angle of 182.37º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7477 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 116 | 119 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.53 |
| HSL | 182.37º | 0.47% | 0.32% | - |
| HSV(B) | 182.37º | 0.64% | 0.47% | - |
| XYZ | 10.57 | 14.34 | 19.66 | - |
| YUV | 94.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 119 | 0.64 | 0.03 | 0 | 0.53 | 182.37 | 0.47 | 0.32 |
| Hex | 2B | 74 | 77 | 40 | 3 | 0 | 35 | B6 | 2F | 20 |
| Octal | 53 | 164 | 167 | 100 | 3 | 0 | 65 | 266 | 57 | 40 |
| Binary | 101011 | 1110100 | 1110111 | 1000000 | 11 | 0 | 110101 | 10110110 | 101111 | 100000 |
Color Harmonies of #2B7477
Complementary color
Monochromatic Colors of #2B7477
Black with #2B7477
Text Example
Text Example
White with #2B7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7477; }
p { color: rgb(43,116,119); }
H1.HeaderClassName
{
color: #2B7477;
}
.AnyTagClassName
{
color: #2B7477;
}
</style>
background-color css
<style>
a { background-color: #2B7477; }
a { background-color: rgb(43,116,119); }
div.DivClassName
{
background-color: #2B7477;
}
.BgClassName
{
background-color: #2B7477;
}
</style>
border-color css
<style>
span { border-color: #2B7477; }
span { border-color: rgb(43,116,119); }
td.TdClassName
{
border-color: #2B7477;
}
.TagClassName
{
border-color: #2B7477;
}
</style>