Shades of Pelorous #2B9DB1
Tints of Pelorous #2B9DB1
RGB
CMYK
RGB Variations
Color information
#2B9DB1 (or 0x2B9DB1) is known color: Pelorous. HEX triplet: 2B, 9D and B1. RGB value is (43,157,177). Sum of RGB (Red+Green+Blue) = 43+157+177=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B9DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9DB1 is #D4624E. Grayscale: #7D7D7D. Windows color (decimal): -13918799 or 11640107. OLE color: 11640107.
HSL color Cylindrical-coordinate representation of color #2B9DB1: hue angle of 188.96º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B9DB1 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 157 | 177 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.31 |
| HSL | 188.96º | 0.61% | 0.43% | - |
| HSV(B) | 188.96º | 0.76% | 0.69% | - |
| XYZ | 20.99 | 27.8 | 45.86 | - |
| YUV | 125.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 177 | 0.76 | 0.11 | 0 | 0.31 | 188.96 | 0.61 | 0.43 |
| Hex | 2B | 9D | B1 | 4C | B | 0 | 1F | BD | 3D | 2B |
| Octal | 53 | 235 | 261 | 114 | 13 | 0 | 37 | 275 | 75 | 53 |
| Binary | 101011 | 10011101 | 10110001 | 1001100 | 1011 | 0 | 11111 | 10111101 | 111101 | 101011 |
Color Harmonies of #2B9DB1
Complementary color
Monochromatic Colors of #2B9DB1
Black with #2B9DB1
Text Example
Text Example
White with #2B9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9DB1; }
p { color: rgb(43,157,177); }
H1.HeaderClassName
{
color: #2B9DB1;
}
.AnyTagClassName
{
color: #2B9DB1;
}
</style>
background-color css
<style>
a { background-color: #2B9DB1; }
a { background-color: rgb(43,157,177); }
div.DivClassName
{
background-color: #2B9DB1;
}
.BgClassName
{
background-color: #2B9DB1;
}
</style>
border-color css
<style>
span { border-color: #2B9DB1; }
span { border-color: rgb(43,157,177); }
td.TdClassName
{
border-color: #2B9DB1;
}
.TagClassName
{
border-color: #2B9DB1;
}
</style>