Shades of Pelorous #2B9BBC
Tints of Pelorous #2B9BBC
RGB
CMYK
RGB Variations
Color information
#2B9BBC (or 0x2B9BBC) is known color: Pelorous. HEX triplet: 2B, 9B and BC. RGB value is (43,155,188). Sum of RGB (Red+Green+Blue) = 43+155+188=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9BBC is #D46443. Grayscale: #7D7D7D. Windows color (decimal): -13919300 or 12360491. OLE color: 12360491.
HSL color Cylindrical-coordinate representation of color #2B9BBC: hue angle of 193.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B9BBC is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 155 | 188 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.26 |
| HSL | 193.66º | 0.63% | 0.45% | - |
| HSV(B) | 193.66º | 0.77% | 0.74% | - |
| XYZ | 21.79 | 27.59 | 51.75 | - |
| YUV | 125.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 188 | 0.77 | 0.18 | 0 | 0.26 | 193.66 | 0.63 | 0.45 |
| Hex | 2B | 9B | BC | 4D | 12 | 0 | 1A | C2 | 3F | 2D |
| Octal | 53 | 233 | 274 | 115 | 22 | 0 | 32 | 302 | 77 | 55 |
| Binary | 101011 | 10011011 | 10111100 | 1001101 | 10010 | 0 | 11010 | 11000010 | 111111 | 101101 |
Color Harmonies of #2B9BBC
Complementary color
Monochromatic Colors of #2B9BBC
Black with #2B9BBC
Text Example
Text Example
White with #2B9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BBC; }
p { color: rgb(43,155,188); }
H1.HeaderClassName
{
color: #2B9BBC;
}
.AnyTagClassName
{
color: #2B9BBC;
}
</style>
background-color css
<style>
a { background-color: #2B9BBC; }
a { background-color: rgb(43,155,188); }
div.DivClassName
{
background-color: #2B9BBC;
}
.BgClassName
{
background-color: #2B9BBC;
}
</style>
border-color css
<style>
span { border-color: #2B9BBC; }
span { border-color: rgb(43,155,188); }
td.TdClassName
{
border-color: #2B9BBC;
}
.TagClassName
{
border-color: #2B9BBC;
}
</style>