Shades of Atoll #2B7B83
Tints of Atoll #2B7B83
RGB
CMYK
RGB Variations
Color information
#2B7B83 (or 0x2B7B83) is known color: Atoll. HEX triplet: 2B, 7B and 83. RGB value is (43,123,131). Sum of RGB (Red+Green+Blue) = 43+123+131=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B7B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7B83 is #D4847C. Grayscale: #636363. Windows color (decimal): -13927549 or 8616747. OLE color: 8616747.
HSL color Cylindrical-coordinate representation of color #2B7B83: hue angle of 185.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B7B83 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 123 | 131 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.49 |
| HSL | 185.45º | 0.51% | 0.34% | - |
| HSV(B) | 185.45º | 0.67% | 0.51% | - |
| XYZ | 12.18 | 16.32 | 23.98 | - |
| YUV | 99.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 131 | 0.67 | 0.06 | 0 | 0.49 | 185.45 | 0.51 | 0.34 |
| Hex | 2B | 7B | 83 | 43 | 6 | 0 | 31 | B9 | 33 | 22 |
| Octal | 53 | 173 | 203 | 103 | 6 | 0 | 61 | 271 | 63 | 42 |
| Binary | 101011 | 1111011 | 10000011 | 1000011 | 110 | 0 | 110001 | 10111001 | 110011 | 100010 |
Color Harmonies of #2B7B83
Complementary color
Monochromatic Colors of #2B7B83
Black with #2B7B83
Text Example
Text Example
White with #2B7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B83; }
p { color: rgb(43,123,131); }
H1.HeaderClassName
{
color: #2B7B83;
}
.AnyTagClassName
{
color: #2B7B83;
}
</style>
background-color css
<style>
a { background-color: #2B7B83; }
a { background-color: rgb(43,123,131); }
div.DivClassName
{
background-color: #2B7B83;
}
.BgClassName
{
background-color: #2B7B83;
}
</style>
border-color css
<style>
span { border-color: #2B7B83; }
span { border-color: rgb(43,123,131); }
td.TdClassName
{
border-color: #2B7B83;
}
.TagClassName
{
border-color: #2B7B83;
}
</style>