Shades of Pelorous #2D9BBC
Tints of Pelorous #2D9BBC
RGB
CMYK
RGB Variations
Color information
#2D9BBC (or 0x2D9BBC) is known color: Pelorous. HEX triplet: 2D, 9B and BC. RGB value is (45,155,188). Sum of RGB (Red+Green+Blue) = 45+155+188=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9BBC is #D26443. Grayscale: #7D7D7D. Windows color (decimal): -13788228 or 12360493. OLE color: 12360493.
HSL color Cylindrical-coordinate representation of color #2D9BBC: hue angle of 193.85º 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 #2D9BBC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 155 | 188 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.26 |
| HSL | 193.85º | 0.61% | 0.46% | - |
| HSV(B) | 193.85º | 0.76% | 0.74% | - |
| XYZ | 21.88 | 27.63 | 51.76 | - |
| YUV | 125.87 | 163.06 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 188 | 0.76 | 0.18 | 0 | 0.26 | 193.85 | 0.61 | 0.46 |
| Hex | 2D | 9B | BC | 4C | 12 | 0 | 1A | C2 | 3D | 2E |
| Octal | 55 | 233 | 274 | 114 | 22 | 0 | 32 | 302 | 75 | 56 |
| Binary | 101101 | 10011011 | 10111100 | 1001100 | 10010 | 0 | 11010 | 11000010 | 111101 | 101110 |
Color Harmonies of #2D9BBC
Complementary color
Monochromatic Colors of #2D9BBC
Black with #2D9BBC
Text Example
Text Example
White with #2D9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9BBC; }
p { color: rgb(45,155,188); }
H1.HeaderClassName
{
color: #2D9BBC;
}
.AnyTagClassName
{
color: #2D9BBC;
}
</style>
background-color css
<style>
a { background-color: #2D9BBC; }
a { background-color: rgb(45,155,188); }
div.DivClassName
{
background-color: #2D9BBC;
}
.BgClassName
{
background-color: #2D9BBC;
}
</style>
border-color css
<style>
span { border-color: #2D9BBC; }
span { border-color: rgb(45,155,188); }
td.TdClassName
{
border-color: #2D9BBC;
}
.TagClassName
{
border-color: #2D9BBC;
}
</style>