Shades of Atoll #2B7887
Tints of Atoll #2B7887
RGB
CMYK
RGB Variations
Color information
#2B7887 (or 0x2B7887) is known color: Atoll. HEX triplet: 2B, 78 and 87. RGB value is (43,120,135). Sum of RGB (Red+Green+Blue) = 43+120+135=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B7887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7887 is #D48778. Grayscale: #626262. Windows color (decimal): -13928313 or 8878123. OLE color: 8878123.
HSL color Cylindrical-coordinate representation of color #2B7887: hue angle of 189.78º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7887 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 120 | 135 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.47 |
| HSL | 189.78º | 0.52% | 0.35% | - |
| HSV(B) | 189.78º | 0.68% | 0.53% | - |
| XYZ | 12.09 | 15.7 | 25.31 | - |
| YUV | 98.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 135 | 0.68 | 0.11 | 0 | 0.47 | 189.78 | 0.52 | 0.35 |
| Hex | 2B | 78 | 87 | 44 | B | 0 | 2F | BE | 34 | 23 |
| Octal | 53 | 170 | 207 | 104 | 13 | 0 | 57 | 276 | 64 | 43 |
| Binary | 101011 | 1111000 | 10000111 | 1000100 | 1011 | 0 | 101111 | 10111110 | 110100 | 100011 |
Color Harmonies of #2B7887
Complementary color
Monochromatic Colors of #2B7887
Black with #2B7887
Text Example
Text Example
White with #2B7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7887; }
p { color: rgb(43,120,135); }
H1.HeaderClassName
{
color: #2B7887;
}
.AnyTagClassName
{
color: #2B7887;
}
</style>
background-color css
<style>
a { background-color: #2B7887; }
a { background-color: rgb(43,120,135); }
div.DivClassName
{
background-color: #2B7887;
}
.BgClassName
{
background-color: #2B7887;
}
</style>
border-color css
<style>
span { border-color: #2B7887; }
span { border-color: rgb(43,120,135); }
td.TdClassName
{
border-color: #2B7887;
}
.TagClassName
{
border-color: #2B7887;
}
</style>