Shades of Pelorous #2B8DAD
Tints of Pelorous #2B8DAD
RGB
CMYK
RGB Variations
Color information
#2B8DAD (or 0x2B8DAD) is known color: Pelorous. HEX triplet: 2B, 8D and AD. RGB value is (43,141,173). Sum of RGB (Red+Green+Blue) = 43+141+173=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B8DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8DAD is #D47252. Grayscale: #737373. Windows color (decimal): -13922899 or 11373867. OLE color: 11373867.
HSL color Cylindrical-coordinate representation of color #2B8DAD: hue angle of 194.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8DAD is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 141 | 173 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.32 |
| HSL | 194.77º | 0.6% | 0.42% | - |
| HSV(B) | 194.77º | 0.75% | 0.68% | - |
| XYZ | 18.06 | 22.58 | 42.94 | - |
| YUV | 115.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 173 | 0.75 | 0.18 | 0 | 0.32 | 194.77 | 0.6 | 0.42 |
| Hex | 2B | 8D | AD | 4B | 12 | 0 | 20 | C3 | 3C | 2A |
| Octal | 53 | 215 | 255 | 113 | 22 | 0 | 40 | 303 | 74 | 52 |
| Binary | 101011 | 10001101 | 10101101 | 1001011 | 10010 | 0 | 100000 | 11000011 | 111100 | 101010 |
Color Harmonies of #2B8DAD
Complementary color
Monochromatic Colors of #2B8DAD
Black with #2B8DAD
Text Example
Text Example
White with #2B8DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DAD; }
p { color: rgb(43,141,173); }
H1.HeaderClassName
{
color: #2B8DAD;
}
.AnyTagClassName
{
color: #2B8DAD;
}
</style>
background-color css
<style>
a { background-color: #2B8DAD; }
a { background-color: rgb(43,141,173); }
div.DivClassName
{
background-color: #2B8DAD;
}
.BgClassName
{
background-color: #2B8DAD;
}
</style>
border-color css
<style>
span { border-color: #2B8DAD; }
span { border-color: rgb(43,141,173); }
td.TdClassName
{
border-color: #2B8DAD;
}
.TagClassName
{
border-color: #2B8DAD;
}
</style>