Shades of Pelorous #2B99BC
Tints of Pelorous #2B99BC
RGB
CMYK
RGB Variations
Color information
#2B99BC (or 0x2B99BC) is known color: Pelorous. HEX triplet: 2B, 99 and BC. RGB value is (43,153,188). Sum of RGB (Red+Green+Blue) = 43+153+188=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B99BC is #D46643. Grayscale: #7B7B7B. Windows color (decimal): -13919812 or 12359979. OLE color: 12359979.
HSL color Cylindrical-coordinate representation of color #2B99BC: hue angle of 194.48º 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 #2B99BC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 153 | 188 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.26 |
| HSL | 194.48º | 0.63% | 0.45% | - |
| HSV(B) | 194.48º | 0.77% | 0.74% | - |
| XYZ | 21.46 | 26.93 | 51.64 | - |
| YUV | 124.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 188 | 0.77 | 0.19 | 0 | 0.26 | 194.48 | 0.63 | 0.45 |
| Hex | 2B | 99 | BC | 4D | 13 | 0 | 1A | C2 | 3F | 2D |
| Octal | 53 | 231 | 274 | 115 | 23 | 0 | 32 | 302 | 77 | 55 |
| Binary | 101011 | 10011001 | 10111100 | 1001101 | 10011 | 0 | 11010 | 11000010 | 111111 | 101101 |
Color Harmonies of #2B99BC
Complementary color
Monochromatic Colors of #2B99BC
Black with #2B99BC
Text Example
Text Example
White with #2B99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B99BC; }
p { color: rgb(43,153,188); }
H1.HeaderClassName
{
color: #2B99BC;
}
.AnyTagClassName
{
color: #2B99BC;
}
</style>
background-color css
<style>
a { background-color: #2B99BC; }
a { background-color: rgb(43,153,188); }
div.DivClassName
{
background-color: #2B99BC;
}
.BgClassName
{
background-color: #2B99BC;
}
</style>
border-color css
<style>
span { border-color: #2B99BC; }
span { border-color: rgb(43,153,188); }
td.TdClassName
{
border-color: #2B99BC;
}
.TagClassName
{
border-color: #2B99BC;
}
</style>