Shades of Pelorous #2D99BC
Tints of Pelorous #2D99BC
RGB
CMYK
RGB Variations
Color information
#2D99BC (or 0x2D99BC) is known color: Pelorous. HEX triplet: 2D, 99 and BC. RGB value is (45,153,188). Sum of RGB (Red+Green+Blue) = 45+153+188=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D99BC is #D26643. Grayscale: #7C7C7C. Windows color (decimal): -13788740 or 12359981. OLE color: 12359981.
HSL color Cylindrical-coordinate representation of color #2D99BC: hue angle of 194.69º 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 #2D99BC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 153 | 188 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.26 |
| HSL | 194.69º | 0.61% | 0.46% | - |
| HSV(B) | 194.69º | 0.76% | 0.74% | - |
| XYZ | 21.55 | 26.97 | 51.65 | - |
| YUV | 124.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 188 | 0.76 | 0.19 | 0 | 0.26 | 194.69 | 0.61 | 0.46 |
| Hex | 2D | 99 | BC | 4C | 13 | 0 | 1A | C3 | 3D | 2E |
| Octal | 55 | 231 | 274 | 114 | 23 | 0 | 32 | 303 | 75 | 56 |
| Binary | 101101 | 10011001 | 10111100 | 1001100 | 10011 | 0 | 11010 | 11000011 | 111101 | 101110 |
Color Harmonies of #2D99BC
Complementary color
Monochromatic Colors of #2D99BC
Black with #2D99BC
Text Example
Text Example
White with #2D99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D99BC; }
p { color: rgb(45,153,188); }
H1.HeaderClassName
{
color: #2D99BC;
}
.AnyTagClassName
{
color: #2D99BC;
}
</style>
background-color css
<style>
a { background-color: #2D99BC; }
a { background-color: rgb(45,153,188); }
div.DivClassName
{
background-color: #2D99BC;
}
.BgClassName
{
background-color: #2D99BC;
}
</style>
border-color css
<style>
span { border-color: #2D99BC; }
span { border-color: rgb(45,153,188); }
td.TdClassName
{
border-color: #2D99BC;
}
.TagClassName
{
border-color: #2D99BC;
}
</style>