Shades of Pelorous #2D9EB3
Tints of Pelorous #2D9EB3
RGB
CMYK
RGB Variations
Color information
#2D9EB3 (or 0x2D9EB3) is known color: Pelorous. HEX triplet: 2D, 9E and B3. RGB value is (45,158,179). Sum of RGB (Red+Green+Blue) = 45+158+179=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D9EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9EB3 is #D2614C. Grayscale: #7E7E7E. Windows color (decimal): -13787469 or 11771437. OLE color: 11771437.
HSL color Cylindrical-coordinate representation of color #2D9EB3: hue angle of 189.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D9EB3 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 158 | 179 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.30 |
| HSL | 189.4º | 0.6% | 0.44% | - |
| HSV(B) | 189.4º | 0.75% | 0.7% | - |
| XYZ | 21.45 | 28.27 | 46.97 | - |
| YUV | 126.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 179 | 0.75 | 0.12 | 0 | 0.30 | 189.4 | 0.6 | 0.44 |
| Hex | 2D | 9E | B3 | 4B | C | 0 | 1E | BD | 3C | 2C |
| Octal | 55 | 236 | 263 | 113 | 14 | 0 | 36 | 275 | 74 | 54 |
| Binary | 101101 | 10011110 | 10110011 | 1001011 | 1100 | 0 | 11110 | 10111101 | 111100 | 101100 |
Color Harmonies of #2D9EB3
Complementary color
Monochromatic Colors of #2D9EB3
Black with #2D9EB3
Text Example
Text Example
White with #2D9EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9EB3; }
p { color: rgb(45,158,179); }
H1.HeaderClassName
{
color: #2D9EB3;
}
.AnyTagClassName
{
color: #2D9EB3;
}
</style>
background-color css
<style>
a { background-color: #2D9EB3; }
a { background-color: rgb(45,158,179); }
div.DivClassName
{
background-color: #2D9EB3;
}
.BgClassName
{
background-color: #2D9EB3;
}
</style>
border-color css
<style>
span { border-color: #2D9EB3; }
span { border-color: rgb(45,158,179); }
td.TdClassName
{
border-color: #2D9EB3;
}
.TagClassName
{
border-color: #2D9EB3;
}
</style>