Shades of Pelorous #2C95BF
Tints of Pelorous #2C95BF
RGB
CMYK
RGB Variations
Color information
#2C95BF (or 0x2C95BF) is known color: Pelorous. HEX triplet: 2C, 95 and BF. RGB value is (44,149,191). Sum of RGB (Red+Green+Blue) = 44+149+191=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C95BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C95BF is #D36A40. Grayscale: #7A7A7A. Windows color (decimal): -13855297 or 12555564. OLE color: 12555564.
HSL color Cylindrical-coordinate representation of color #2C95BF: hue angle of 197.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C95BF is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 149 | 191 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.25 |
| HSL | 197.14º | 0.63% | 0.46% | - |
| HSV(B) | 197.14º | 0.77% | 0.75% | - |
| XYZ | 21.19 | 25.79 | 53.15 | - |
| YUV | 122.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 191 | 0.77 | 0.22 | 0 | 0.25 | 197.14 | 0.63 | 0.46 |
| Hex | 2C | 95 | BF | 4D | 16 | 0 | 19 | C5 | 3F | 2E |
| Octal | 54 | 225 | 277 | 115 | 26 | 0 | 31 | 305 | 77 | 56 |
| Binary | 101100 | 10010101 | 10111111 | 1001101 | 10110 | 0 | 11001 | 11000101 | 111111 | 101110 |
Color Harmonies of #2C95BF
Complementary color
Monochromatic Colors of #2C95BF
Black with #2C95BF
Text Example
Text Example
White with #2C95BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C95BF; }
p { color: rgb(44,149,191); }
H1.HeaderClassName
{
color: #2C95BF;
}
.AnyTagClassName
{
color: #2C95BF;
}
</style>
background-color css
<style>
a { background-color: #2C95BF; }
a { background-color: rgb(44,149,191); }
div.DivClassName
{
background-color: #2C95BF;
}
.BgClassName
{
background-color: #2C95BF;
}
</style>
border-color css
<style>
span { border-color: #2C95BF; }
span { border-color: rgb(44,149,191); }
td.TdClassName
{
border-color: #2C95BF;
}
.TagClassName
{
border-color: #2C95BF;
}
</style>