Shades of Pelorous #2C95BB
Tints of Pelorous #2C95BB
RGB
CMYK
RGB Variations
Color information
#2C95BB (or 0x2C95BB) is known color: Pelorous. HEX triplet: 2C, 95 and BB. RGB value is (44,149,187). Sum of RGB (Red+Green+Blue) = 44+149+187=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C95BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C95BB is #D36A44. Grayscale: #797979. Windows color (decimal): -13855301 or 12293420. OLE color: 12293420.
HSL color Cylindrical-coordinate representation of color #2C95BB: hue angle of 195.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C95BB is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 149 | 187 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.27 |
| HSL | 195.94º | 0.62% | 0.45% | - |
| HSV(B) | 195.94º | 0.76% | 0.73% | - |
| XYZ | 20.76 | 25.62 | 50.86 | - |
| YUV | 121.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 187 | 0.76 | 0.20 | 0 | 0.27 | 195.94 | 0.62 | 0.45 |
| Hex | 2C | 95 | BB | 4C | 14 | 0 | 1B | C4 | 3E | 2D |
| Octal | 54 | 225 | 273 | 114 | 24 | 0 | 33 | 304 | 76 | 55 |
| Binary | 101100 | 10010101 | 10111011 | 1001100 | 10100 | 0 | 11011 | 11000100 | 111110 | 101101 |
Color Harmonies of #2C95BB
Complementary color
Monochromatic Colors of #2C95BB
Black with #2C95BB
Text Example
Text Example
White with #2C95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C95BB; }
p { color: rgb(44,149,187); }
H1.HeaderClassName
{
color: #2C95BB;
}
.AnyTagClassName
{
color: #2C95BB;
}
</style>
background-color css
<style>
a { background-color: #2C95BB; }
a { background-color: rgb(44,149,187); }
div.DivClassName
{
background-color: #2C95BB;
}
.BgClassName
{
background-color: #2C95BB;
}
</style>
border-color css
<style>
span { border-color: #2C95BB; }
span { border-color: rgb(44,149,187); }
td.TdClassName
{
border-color: #2C95BB;
}
.TagClassName
{
border-color: #2C95BB;
}
</style>