Shades of Pelorous #2B9BBB
Tints of Pelorous #2B9BBB
RGB
CMYK
RGB Variations
Color information
#2B9BBB (or 0x2B9BBB) is known color: Pelorous. HEX triplet: 2B, 9B and BB. RGB value is (43,155,187). Sum of RGB (Red+Green+Blue) = 43+155+187=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B9BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9BBB is #D46444. Grayscale: #7C7C7C. Windows color (decimal): -13919301 or 12294955. OLE color: 12294955.
HSL color Cylindrical-coordinate representation of color #2B9BBB: hue angle of 193.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B9BBB is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 155 | 187 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.27 |
| HSL | 193.33º | 0.63% | 0.45% | - |
| HSV(B) | 193.33º | 0.77% | 0.73% | - |
| XYZ | 21.69 | 27.54 | 51.19 | - |
| YUV | 125.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 187 | 0.77 | 0.17 | 0 | 0.27 | 193.33 | 0.63 | 0.45 |
| Hex | 2B | 9B | BB | 4D | 11 | 0 | 1B | C1 | 3F | 2D |
| Octal | 53 | 233 | 273 | 115 | 21 | 0 | 33 | 301 | 77 | 55 |
| Binary | 101011 | 10011011 | 10111011 | 1001101 | 10001 | 0 | 11011 | 11000001 | 111111 | 101101 |
Color Harmonies of #2B9BBB
Complementary color
Monochromatic Colors of #2B9BBB
Black with #2B9BBB
Text Example
Text Example
White with #2B9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BBB; }
p { color: rgb(43,155,187); }
H1.HeaderClassName
{
color: #2B9BBB;
}
.AnyTagClassName
{
color: #2B9BBB;
}
</style>
background-color css
<style>
a { background-color: #2B9BBB; }
a { background-color: rgb(43,155,187); }
div.DivClassName
{
background-color: #2B9BBB;
}
.BgClassName
{
background-color: #2B9BBB;
}
</style>
border-color css
<style>
span { border-color: #2B9BBB; }
span { border-color: rgb(43,155,187); }
td.TdClassName
{
border-color: #2B9BBB;
}
.TagClassName
{
border-color: #2B9BBB;
}
</style>