Shades of Pelorous #2B8DBA
Tints of Pelorous #2B8DBA
RGB
CMYK
RGB Variations
Color information
#2B8DBA (or 0x2B8DBA) is known color: Pelorous. HEX triplet: 2B, 8D and BA. RGB value is (43,141,186). Sum of RGB (Red+Green+Blue) = 43+141+186=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DBA is #D47245. Grayscale: #747474. Windows color (decimal): -13922886 or 12225835. OLE color: 12225835.
HSL color Cylindrical-coordinate representation of color #2B8DBA: hue angle of 198.88º degrees, saturation: 0.62, 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 #2B8DBA is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 141 | 186 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.27 |
| HSL | 198.88º | 0.62% | 0.45% | - |
| HSV(B) | 198.88º | 0.77% | 0.73% | - |
| XYZ | 19.38 | 23.11 | 49.89 | - |
| YUV | 116.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 186 | 0.77 | 0.24 | 0 | 0.27 | 198.88 | 0.62 | 0.45 |
| Hex | 2B | 8D | BA | 4D | 18 | 0 | 1B | C7 | 3E | 2D |
| Octal | 53 | 215 | 272 | 115 | 30 | 0 | 33 | 307 | 76 | 55 |
| Binary | 101011 | 10001101 | 10111010 | 1001101 | 11000 | 0 | 11011 | 11000111 | 111110 | 101101 |
Color Harmonies of #2B8DBA
Complementary color
Monochromatic Colors of #2B8DBA
Black with #2B8DBA
Text Example
Text Example
White with #2B8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DBA; }
p { color: rgb(43,141,186); }
H1.HeaderClassName
{
color: #2B8DBA;
}
.AnyTagClassName
{
color: #2B8DBA;
}
</style>
background-color css
<style>
a { background-color: #2B8DBA; }
a { background-color: rgb(43,141,186); }
div.DivClassName
{
background-color: #2B8DBA;
}
.BgClassName
{
background-color: #2B8DBA;
}
</style>
border-color css
<style>
span { border-color: #2B8DBA; }
span { border-color: rgb(43,141,186); }
td.TdClassName
{
border-color: #2B8DBA;
}
.TagClassName
{
border-color: #2B8DBA;
}
</style>