Shades of Atoll #2B717B
Tints of Atoll #2B717B
RGB
CMYK
RGB Variations
Color information
#2B717B (or 0x2B717B) is known color: Atoll. HEX triplet: 2B, 71 and 7B. RGB value is (43,113,123). Sum of RGB (Red+Green+Blue) = 43+113+123=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B717B is #D48E84. Grayscale: #5D5D5D. Windows color (decimal): -13930117 or 8089899. OLE color: 8089899.
HSL color Cylindrical-coordinate representation of color #2B717B: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B717B is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 113 | 123 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.52 |
| HSL | 187.5º | 0.48% | 0.33% | - |
| HSV(B) | 187.5º | 0.65% | 0.48% | - |
| XYZ | 10.48 | 13.75 | 20.84 | - |
| YUV | 93.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 123 | 0.65 | 0.08 | 0 | 0.52 | 187.5 | 0.48 | 0.33 |
| Hex | 2B | 71 | 7B | 41 | 8 | 0 | 34 | BC | 30 | 21 |
| Octal | 53 | 161 | 173 | 101 | 10 | 0 | 64 | 274 | 60 | 41 |
| Binary | 101011 | 1110001 | 1111011 | 1000001 | 1000 | 0 | 110100 | 10111100 | 110000 | 100001 |
Color Harmonies of #2B717B
Complementary color
Monochromatic Colors of #2B717B
Black with #2B717B
Text Example
Text Example
White with #2B717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B717B; }
p { color: rgb(43,113,123); }
H1.HeaderClassName
{
color: #2B717B;
}
.AnyTagClassName
{
color: #2B717B;
}
</style>
background-color css
<style>
a { background-color: #2B717B; }
a { background-color: rgb(43,113,123); }
div.DivClassName
{
background-color: #2B717B;
}
.BgClassName
{
background-color: #2B717B;
}
</style>
border-color css
<style>
span { border-color: #2B717B; }
span { border-color: rgb(43,113,123); }
td.TdClassName
{
border-color: #2B717B;
}
.TagClassName
{
border-color: #2B717B;
}
</style>