Shades of Pelorous #2C95BD
Tints of Pelorous #2C95BD
RGB
CMYK
RGB Variations
Color information
#2C95BD (or 0x2C95BD) is known color: Pelorous. HEX triplet: 2C, 95 and BD. RGB value is (44,149,189). Sum of RGB (Red+Green+Blue) = 44+149+189=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C95BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C95BD is #D36A42. Grayscale: #797979. Windows color (decimal): -13855299 or 12424492. OLE color: 12424492.
HSL color Cylindrical-coordinate representation of color #2C95BD: hue angle of 196.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C95BD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 149 | 189 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.26 |
| HSL | 196.55º | 0.62% | 0.46% | - |
| HSV(B) | 196.55º | 0.77% | 0.74% | - |
| XYZ | 20.97 | 25.7 | 52 | - |
| YUV | 122.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 189 | 0.77 | 0.21 | 0 | 0.26 | 196.55 | 0.62 | 0.46 |
| Hex | 2C | 95 | BD | 4D | 15 | 0 | 1A | C5 | 3E | 2E |
| Octal | 54 | 225 | 275 | 115 | 25 | 0 | 32 | 305 | 76 | 56 |
| Binary | 101100 | 10010101 | 10111101 | 1001101 | 10101 | 0 | 11010 | 11000101 | 111110 | 101110 |
Color Harmonies of #2C95BD
Complementary color
Monochromatic Colors of #2C95BD
Black with #2C95BD
Text Example
Text Example
White with #2C95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C95BD; }
p { color: rgb(44,149,189); }
H1.HeaderClassName
{
color: #2C95BD;
}
.AnyTagClassName
{
color: #2C95BD;
}
</style>
background-color css
<style>
a { background-color: #2C95BD; }
a { background-color: rgb(44,149,189); }
div.DivClassName
{
background-color: #2C95BD;
}
.BgClassName
{
background-color: #2C95BD;
}
</style>
border-color css
<style>
span { border-color: #2C95BD; }
span { border-color: rgb(44,149,189); }
td.TdClassName
{
border-color: #2C95BD;
}
.TagClassName
{
border-color: #2C95BD;
}
</style>