Shades of Atoll #2B7379
Tints of Atoll #2B7379
RGB
CMYK
RGB Variations
Color information
#2B7379 (or 0x2B7379) is known color: Atoll. HEX triplet: 2B, 73 and 79. RGB value is (43,115,121). Sum of RGB (Red+Green+Blue) = 43+115+121=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7379 is #D48C86. Grayscale: #5E5E5E. Windows color (decimal): -13929607 or 7959339. OLE color: 7959339.
HSL color Cylindrical-coordinate representation of color #2B7379: hue angle of 184.62º degrees, saturation: 0.48, 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 #2B7379 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 115 | 121 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.53 |
| HSL | 184.62º | 0.48% | 0.32% | - |
| HSV(B) | 184.62º | 0.64% | 0.47% | - |
| XYZ | 10.58 | 14.16 | 20.26 | - |
| YUV | 94.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 121 | 0.64 | 0.05 | 0 | 0.53 | 184.62 | 0.48 | 0.32 |
| Hex | 2B | 73 | 79 | 40 | 5 | 0 | 35 | B9 | 30 | 20 |
| Octal | 53 | 163 | 171 | 100 | 5 | 0 | 65 | 271 | 60 | 40 |
| Binary | 101011 | 1110011 | 1111001 | 1000000 | 101 | 0 | 110101 | 10111001 | 110000 | 100000 |
Color Harmonies of #2B7379
Complementary color
Monochromatic Colors of #2B7379
Black with #2B7379
Text Example
Text Example
White with #2B7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7379; }
p { color: rgb(43,115,121); }
H1.HeaderClassName
{
color: #2B7379;
}
.AnyTagClassName
{
color: #2B7379;
}
</style>
background-color css
<style>
a { background-color: #2B7379; }
a { background-color: rgb(43,115,121); }
div.DivClassName
{
background-color: #2B7379;
}
.BgClassName
{
background-color: #2B7379;
}
</style>
border-color css
<style>
span { border-color: #2B7379; }
span { border-color: rgb(43,115,121); }
td.TdClassName
{
border-color: #2B7379;
}
.TagClassName
{
border-color: #2B7379;
}
</style>