Shades of Atoll #2B676B
Tints of Atoll #2B676B
RGB
CMYK
RGB Variations
Color information
#2B676B (or 0x2B676B) is known color: Atoll. HEX triplet: 2B, 67 and 6B. RGB value is (43,103,107). Sum of RGB (Red+Green+Blue) = 43+103+107=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B676B is #D49894. Grayscale: #555555. Windows color (decimal): -13932693 or 7038763. OLE color: 7038763.
HSL color Cylindrical-coordinate representation of color #2B676B: hue angle of 183.75º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B676B is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 103 | 107 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.58 |
| HSL | 183.75º | 0.43% | 0.29% | - |
| HSV(B) | 183.75º | 0.6% | 0.42% | - |
| XYZ | 8.5 | 11.28 | 15.64 | - |
| YUV | 85.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 107 | 0.60 | 0.04 | 0 | 0.58 | 183.75 | 0.43 | 0.29 |
| Hex | 2B | 67 | 6B | 3C | 4 | 0 | 3A | B8 | 2B | 1D |
| Octal | 53 | 147 | 153 | 74 | 4 | 0 | 72 | 270 | 53 | 35 |
| Binary | 101011 | 1100111 | 1101011 | 111100 | 100 | 0 | 111010 | 10111000 | 101011 | 11101 |
Color Harmonies of #2B676B
Complementary color
Monochromatic Colors of #2B676B
Black with #2B676B
Text Example
Text Example
White with #2B676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B676B; }
p { color: rgb(43,103,107); }
H1.HeaderClassName
{
color: #2B676B;
}
.AnyTagClassName
{
color: #2B676B;
}
</style>
background-color css
<style>
a { background-color: #2B676B; }
a { background-color: rgb(43,103,107); }
div.DivClassName
{
background-color: #2B676B;
}
.BgClassName
{
background-color: #2B676B;
}
</style>
border-color css
<style>
span { border-color: #2B676B; }
span { border-color: rgb(43,103,107); }
td.TdClassName
{
border-color: #2B676B;
}
.TagClassName
{
border-color: #2B676B;
}
</style>