Shades of Pelorous #2C94BB
Tints of Pelorous #2C94BB
RGB
CMYK
RGB Variations
Color information
#2C94BB (or 0x2C94BB) is known color: Pelorous. HEX triplet: 2C, 94 and BB. RGB value is (44,148,187). Sum of RGB (Red+Green+Blue) = 44+148+187=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C94BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C94BB is #D36B44. Grayscale: #797979. Windows color (decimal): -13855557 or 12293164. OLE color: 12293164.
HSL color Cylindrical-coordinate representation of color #2C94BB: hue angle of 196.36º 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 #2C94BB is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 148 | 187 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.27 |
| HSL | 196.36º | 0.62% | 0.45% | - |
| HSV(B) | 196.36º | 0.76% | 0.73% | - |
| XYZ | 20.6 | 25.3 | 50.81 | - |
| YUV | 121.35 | 165.04 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 187 | 0.76 | 0.21 | 0 | 0.27 | 196.36 | 0.62 | 0.45 |
| Hex | 2C | 94 | BB | 4C | 15 | 0 | 1B | C4 | 3E | 2D |
| Octal | 54 | 224 | 273 | 114 | 25 | 0 | 33 | 304 | 76 | 55 |
| Binary | 101100 | 10010100 | 10111011 | 1001100 | 10101 | 0 | 11011 | 11000100 | 111110 | 101101 |
Color Harmonies of #2C94BB
Complementary color
Monochromatic Colors of #2C94BB
Black with #2C94BB
Text Example
Text Example
White with #2C94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C94BB; }
p { color: rgb(44,148,187); }
H1.HeaderClassName
{
color: #2C94BB;
}
.AnyTagClassName
{
color: #2C94BB;
}
</style>
background-color css
<style>
a { background-color: #2C94BB; }
a { background-color: rgb(44,148,187); }
div.DivClassName
{
background-color: #2C94BB;
}
.BgClassName
{
background-color: #2C94BB;
}
</style>
border-color css
<style>
span { border-color: #2C94BB; }
span { border-color: rgb(44,148,187); }
td.TdClassName
{
border-color: #2C94BB;
}
.TagClassName
{
border-color: #2C94BB;
}
</style>