Shades of Pelorous #2B99A7
Tints of Pelorous #2B99A7
RGB
CMYK
RGB Variations
Color information
#2B99A7 (or 0x2B99A7) is known color: Pelorous. HEX triplet: 2B, 99 and A7. RGB value is (43,153,167). Sum of RGB (Red+Green+Blue) = 43+153+167=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B99A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B99A7 is #D46658. Grayscale: #797979. Windows color (decimal): -13919833 or 10983723. OLE color: 10983723.
HSL color Cylindrical-coordinate representation of color #2B99A7: hue angle of 186.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B99A7 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 153 | 167 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.35 |
| HSL | 186.77º | 0.59% | 0.41% | - |
| HSV(B) | 186.77º | 0.74% | 0.65% | - |
| XYZ | 19.36 | 26.09 | 40.57 | - |
| YUV | 121.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 167 | 0.74 | 0.08 | 0 | 0.35 | 186.77 | 0.59 | 0.41 |
| Hex | 2B | 99 | A7 | 4A | 8 | 0 | 23 | BB | 3B | 29 |
| Octal | 53 | 231 | 247 | 112 | 10 | 0 | 43 | 273 | 73 | 51 |
| Binary | 101011 | 10011001 | 10100111 | 1001010 | 1000 | 0 | 100011 | 10111011 | 111011 | 101001 |
Color Harmonies of #2B99A7
Complementary color
Monochromatic Colors of #2B99A7
Black with #2B99A7
Text Example
Text Example
White with #2B99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B99A7; }
p { color: rgb(43,153,167); }
H1.HeaderClassName
{
color: #2B99A7;
}
.AnyTagClassName
{
color: #2B99A7;
}
</style>
background-color css
<style>
a { background-color: #2B99A7; }
a { background-color: rgb(43,153,167); }
div.DivClassName
{
background-color: #2B99A7;
}
.BgClassName
{
background-color: #2B99A7;
}
</style>
border-color css
<style>
span { border-color: #2B99A7; }
span { border-color: rgb(43,153,167); }
td.TdClassName
{
border-color: #2B99A7;
}
.TagClassName
{
border-color: #2B99A7;
}
</style>