Shades of Pelorous #2C98BC
Tints of Pelorous #2C98BC
RGB
CMYK
RGB Variations
Color information
#2C98BC (or 0x2C98BC) is known color: Pelorous. HEX triplet: 2C, 98 and BC. RGB value is (44,152,188). Sum of RGB (Red+Green+Blue) = 44+152+188=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C98BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98BC is #D36743. Grayscale: #7B7B7B. Windows color (decimal): -13854532 or 12359724. OLE color: 12359724.
HSL color Cylindrical-coordinate representation of color #2C98BC: hue angle of 195º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C98BC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 152 | 188 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.26 |
| HSL | 195º | 0.62% | 0.45% | - |
| HSV(B) | 195º | 0.77% | 0.74% | - |
| XYZ | 21.34 | 26.62 | 51.59 | - |
| YUV | 123.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 188 | 0.77 | 0.19 | 0 | 0.26 | 195 | 0.62 | 0.45 |
| Hex | 2C | 98 | BC | 4D | 13 | 0 | 1A | C3 | 3E | 2D |
| Octal | 54 | 230 | 274 | 115 | 23 | 0 | 32 | 303 | 76 | 55 |
| Binary | 101100 | 10011000 | 10111100 | 1001101 | 10011 | 0 | 11010 | 11000011 | 111110 | 101101 |
Color Harmonies of #2C98BC
Complementary color
Monochromatic Colors of #2C98BC
Black with #2C98BC
Text Example
Text Example
White with #2C98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98BC; }
p { color: rgb(44,152,188); }
H1.HeaderClassName
{
color: #2C98BC;
}
.AnyTagClassName
{
color: #2C98BC;
}
</style>
background-color css
<style>
a { background-color: #2C98BC; }
a { background-color: rgb(44,152,188); }
div.DivClassName
{
background-color: #2C98BC;
}
.BgClassName
{
background-color: #2C98BC;
}
</style>
border-color css
<style>
span { border-color: #2C98BC; }
span { border-color: rgb(44,152,188); }
td.TdClassName
{
border-color: #2C98BC;
}
.TagClassName
{
border-color: #2C98BC;
}
</style>