Shades of Pelorous #2D9DBE
Tints of Pelorous #2D9DBE
RGB
CMYK
RGB Variations
Color information
#2D9DBE (or 0x2D9DBE) is known color: Pelorous. HEX triplet: 2D, 9D and BE. RGB value is (45,157,190). Sum of RGB (Red+Green+Blue) = 45+157+190=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D9DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9DBE is #D26241. Grayscale: #7F7F7F. Windows color (decimal): -13787714 or 12492077. OLE color: 12492077.
HSL color Cylindrical-coordinate representation of color #2D9DBE: hue angle of 193.66º 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 #2D9DBE is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 157 | 190 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.25 |
| HSL | 193.66º | 0.62% | 0.46% | - |
| HSV(B) | 193.66º | 0.76% | 0.75% | - |
| XYZ | 22.43 | 28.39 | 53.01 | - |
| YUV | 127.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 190 | 0.76 | 0.17 | 0 | 0.25 | 193.66 | 0.62 | 0.46 |
| Hex | 2D | 9D | BE | 4C | 11 | 0 | 19 | C2 | 3E | 2E |
| Octal | 55 | 235 | 276 | 114 | 21 | 0 | 31 | 302 | 76 | 56 |
| Binary | 101101 | 10011101 | 10111110 | 1001100 | 10001 | 0 | 11001 | 11000010 | 111110 | 101110 |
Color Harmonies of #2D9DBE
Complementary color
Monochromatic Colors of #2D9DBE
Black with #2D9DBE
Text Example
Text Example
White with #2D9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DBE; }
p { color: rgb(45,157,190); }
H1.HeaderClassName
{
color: #2D9DBE;
}
.AnyTagClassName
{
color: #2D9DBE;
}
</style>
background-color css
<style>
a { background-color: #2D9DBE; }
a { background-color: rgb(45,157,190); }
div.DivClassName
{
background-color: #2D9DBE;
}
.BgClassName
{
background-color: #2D9DBE;
}
</style>
border-color css
<style>
span { border-color: #2D9DBE; }
span { border-color: rgb(45,157,190); }
td.TdClassName
{
border-color: #2D9DBE;
}
.TagClassName
{
border-color: #2D9DBE;
}
</style>