Shades of Pelorous #2D9CBE
Tints of Pelorous #2D9CBE
RGB
CMYK
RGB Variations
Color information
#2D9CBE (or 0x2D9CBE) is known color: Pelorous. HEX triplet: 2D, 9C and BE. RGB value is (45,156,190). Sum of RGB (Red+Green+Blue) = 45+156+190=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9CBE is #D26341. Grayscale: #7E7E7E. Windows color (decimal): -13787970 or 12491821. OLE color: 12491821.
HSL color Cylindrical-coordinate representation of color #2D9CBE: hue angle of 194.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9CBE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 156 | 190 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.25 |
| HSL | 194.07º | 0.62% | 0.46% | - |
| HSV(B) | 194.07º | 0.76% | 0.75% | - |
| XYZ | 22.26 | 28.05 | 52.96 | - |
| YUV | 126.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 190 | 0.76 | 0.18 | 0 | 0.25 | 194.07 | 0.62 | 0.46 |
| Hex | 2D | 9C | BE | 4C | 12 | 0 | 19 | C2 | 3E | 2E |
| Octal | 55 | 234 | 276 | 114 | 22 | 0 | 31 | 302 | 76 | 56 |
| Binary | 101101 | 10011100 | 10111110 | 1001100 | 10010 | 0 | 11001 | 11000010 | 111110 | 101110 |
Color Harmonies of #2D9CBE
Complementary color
Monochromatic Colors of #2D9CBE
Black with #2D9CBE
Text Example
Text Example
White with #2D9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CBE; }
p { color: rgb(45,156,190); }
H1.HeaderClassName
{
color: #2D9CBE;
}
.AnyTagClassName
{
color: #2D9CBE;
}
</style>
background-color css
<style>
a { background-color: #2D9CBE; }
a { background-color: rgb(45,156,190); }
div.DivClassName
{
background-color: #2D9CBE;
}
.BgClassName
{
background-color: #2D9CBE;
}
</style>
border-color css
<style>
span { border-color: #2D9CBE; }
span { border-color: rgb(45,156,190); }
td.TdClassName
{
border-color: #2D9CBE;
}
.TagClassName
{
border-color: #2D9CBE;
}
</style>