Shades of Pelorous #2D9CBC
Tints of Pelorous #2D9CBC
RGB
CMYK
RGB Variations
Color information
#2D9CBC (or 0x2D9CBC) is known color: Pelorous. HEX triplet: 2D, 9C and BC. RGB value is (45,156,188). Sum of RGB (Red+Green+Blue) = 45+156+188=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9CBC is #D26343. Grayscale: #7E7E7E. Windows color (decimal): -13787972 or 12360749. OLE color: 12360749.
HSL color Cylindrical-coordinate representation of color #2D9CBC: hue angle of 193.43º 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 #2D9CBC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 156 | 188 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.26 |
| HSL | 193.43º | 0.61% | 0.46% | - |
| HSV(B) | 193.43º | 0.76% | 0.74% | - |
| XYZ | 22.05 | 27.97 | 51.81 | - |
| YUV | 126.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 188 | 0.76 | 0.17 | 0 | 0.26 | 193.43 | 0.61 | 0.46 |
| Hex | 2D | 9C | BC | 4C | 11 | 0 | 1A | C1 | 3D | 2E |
| Octal | 55 | 234 | 274 | 114 | 21 | 0 | 32 | 301 | 75 | 56 |
| Binary | 101101 | 10011100 | 10111100 | 1001100 | 10001 | 0 | 11010 | 11000001 | 111101 | 101110 |
Color Harmonies of #2D9CBC
Complementary color
Monochromatic Colors of #2D9CBC
Black with #2D9CBC
Text Example
Text Example
White with #2D9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CBC; }
p { color: rgb(45,156,188); }
H1.HeaderClassName
{
color: #2D9CBC;
}
.AnyTagClassName
{
color: #2D9CBC;
}
</style>
background-color css
<style>
a { background-color: #2D9CBC; }
a { background-color: rgb(45,156,188); }
div.DivClassName
{
background-color: #2D9CBC;
}
.BgClassName
{
background-color: #2D9CBC;
}
</style>
border-color css
<style>
span { border-color: #2D9CBC; }
span { border-color: rgb(45,156,188); }
td.TdClassName
{
border-color: #2D9CBC;
}
.TagClassName
{
border-color: #2D9CBC;
}
</style>