Shades of Pelorous #2B9DB3
Tints of Pelorous #2B9DB3
RGB
CMYK
RGB Variations
Color information
#2B9DB3 (or 0x2B9DB3) is known color: Pelorous. HEX triplet: 2B, 9D and B3. RGB value is (43,157,179). Sum of RGB (Red+Green+Blue) = 43+157+179=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B9DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9DB3 is #D4624C. Grayscale: #7D7D7D. Windows color (decimal): -13918797 or 11771179. OLE color: 11771179.
HSL color Cylindrical-coordinate representation of color #2B9DB3: hue angle of 189.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B9DB3 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 157 | 179 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.30 |
| HSL | 189.71º | 0.61% | 0.44% | - |
| HSV(B) | 189.71º | 0.76% | 0.7% | - |
| XYZ | 21.19 | 27.88 | 46.91 | - |
| YUV | 125.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 179 | 0.76 | 0.12 | 0 | 0.30 | 189.71 | 0.61 | 0.44 |
| Hex | 2B | 9D | B3 | 4C | C | 0 | 1E | BE | 3D | 2C |
| Octal | 53 | 235 | 263 | 114 | 14 | 0 | 36 | 276 | 75 | 54 |
| Binary | 101011 | 10011101 | 10110011 | 1001100 | 1100 | 0 | 11110 | 10111110 | 111101 | 101100 |
Color Harmonies of #2B9DB3
Complementary color
Monochromatic Colors of #2B9DB3
Black with #2B9DB3
Text Example
Text Example
White with #2B9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9DB3; }
p { color: rgb(43,157,179); }
H1.HeaderClassName
{
color: #2B9DB3;
}
.AnyTagClassName
{
color: #2B9DB3;
}
</style>
background-color css
<style>
a { background-color: #2B9DB3; }
a { background-color: rgb(43,157,179); }
div.DivClassName
{
background-color: #2B9DB3;
}
.BgClassName
{
background-color: #2B9DB3;
}
</style>
border-color css
<style>
span { border-color: #2B9DB3; }
span { border-color: rgb(43,157,179); }
td.TdClassName
{
border-color: #2B9DB3;
}
.TagClassName
{
border-color: #2B9DB3;
}
</style>