Shades of Pelorous #2C98BB
Tints of Pelorous #2C98BB
RGB
CMYK
RGB Variations
Color information
#2C98BB (or 0x2C98BB) is known color: Pelorous. HEX triplet: 2C, 98 and BB. RGB value is (44,152,187). Sum of RGB (Red+Green+Blue) = 44+152+187=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C98BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98BB is #D36744. Grayscale: #7B7B7B. Windows color (decimal): -13854533 or 12294188. OLE color: 12294188.
HSL color Cylindrical-coordinate representation of color #2C98BB: hue angle of 194.69º 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 #2C98BB is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 152 | 187 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.27 |
| HSL | 194.69º | 0.62% | 0.45% | - |
| HSV(B) | 194.69º | 0.76% | 0.73% | - |
| XYZ | 21.24 | 26.58 | 51.02 | - |
| YUV | 123.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 187 | 0.76 | 0.19 | 0 | 0.27 | 194.69 | 0.62 | 0.45 |
| Hex | 2C | 98 | BB | 4C | 13 | 0 | 1B | C3 | 3E | 2D |
| Octal | 54 | 230 | 273 | 114 | 23 | 0 | 33 | 303 | 76 | 55 |
| Binary | 101100 | 10011000 | 10111011 | 1001100 | 10011 | 0 | 11011 | 11000011 | 111110 | 101101 |
Color Harmonies of #2C98BB
Complementary color
Monochromatic Colors of #2C98BB
Black with #2C98BB
Text Example
Text Example
White with #2C98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98BB; }
p { color: rgb(44,152,187); }
H1.HeaderClassName
{
color: #2C98BB;
}
.AnyTagClassName
{
color: #2C98BB;
}
</style>
background-color css
<style>
a { background-color: #2C98BB; }
a { background-color: rgb(44,152,187); }
div.DivClassName
{
background-color: #2C98BB;
}
.BgClassName
{
background-color: #2C98BB;
}
</style>
border-color css
<style>
span { border-color: #2C98BB; }
span { border-color: rgb(44,152,187); }
td.TdClassName
{
border-color: #2C98BB;
}
.TagClassName
{
border-color: #2C98BB;
}
</style>