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