Shades of Pelorous #2D9DBC
Tints of Pelorous #2D9DBC
RGB
CMYK
RGB Variations
Color information
#2D9DBC (or 0x2D9DBC) is known color: Pelorous. HEX triplet: 2D, 9D and BC. RGB value is (45,157,188). Sum of RGB (Red+Green+Blue) = 45+157+188=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D9DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9DBC is #D26243. Grayscale: #7E7E7E. Windows color (decimal): -13787716 or 12361005. OLE color: 12361005.
HSL color Cylindrical-coordinate representation of color #2D9DBC: hue angle of 193.01º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9DBC is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 157 | 188 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.26 |
| HSL | 193.01º | 0.61% | 0.46% | - |
| HSV(B) | 193.01º | 0.76% | 0.74% | - |
| XYZ | 22.22 | 28.3 | 51.87 | - |
| YUV | 127.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 188 | 0.76 | 0.16 | 0 | 0.26 | 193.01 | 0.61 | 0.46 |
| Hex | 2D | 9D | BC | 4C | 10 | 0 | 1A | C1 | 3D | 2E |
| Octal | 55 | 235 | 274 | 114 | 20 | 0 | 32 | 301 | 75 | 56 |
| Binary | 101101 | 10011101 | 10111100 | 1001100 | 10000 | 0 | 11010 | 11000001 | 111101 | 101110 |
Color Harmonies of #2D9DBC
Complementary color
Monochromatic Colors of #2D9DBC
Black with #2D9DBC
Text Example
Text Example
White with #2D9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DBC; }
p { color: rgb(45,157,188); }
H1.HeaderClassName
{
color: #2D9DBC;
}
.AnyTagClassName
{
color: #2D9DBC;
}
</style>
background-color css
<style>
a { background-color: #2D9DBC; }
a { background-color: rgb(45,157,188); }
div.DivClassName
{
background-color: #2D9DBC;
}
.BgClassName
{
background-color: #2D9DBC;
}
</style>
border-color css
<style>
span { border-color: #2D9DBC; }
span { border-color: rgb(45,157,188); }
td.TdClassName
{
border-color: #2D9DBC;
}
.TagClassName
{
border-color: #2D9DBC;
}
</style>