Shades of Pelorous #2C98AA
Tints of Pelorous #2C98AA
RGB
CMYK
RGB Variations
Color information
#2C98AA (or 0x2C98AA) is known color: Pelorous. HEX triplet: 2C, 98 and AA. RGB value is (44,152,170). Sum of RGB (Red+Green+Blue) = 44+152+170=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C98AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C98AA is #D36755. Grayscale: #797979. Windows color (decimal): -13854550 or 11180076. OLE color: 11180076.
HSL color Cylindrical-coordinate representation of color #2C98AA: hue angle of 188.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C98AA is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 152 | 170 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.33 |
| HSL | 188.57º | 0.59% | 0.42% | - |
| HSV(B) | 188.57º | 0.74% | 0.67% | - |
| XYZ | 19.52 | 25.89 | 42 | - |
| YUV | 121.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 170 | 0.74 | 0.11 | 0 | 0.33 | 188.57 | 0.59 | 0.42 |
| Hex | 2C | 98 | AA | 4A | B | 0 | 21 | BD | 3B | 2A |
| Octal | 54 | 230 | 252 | 112 | 13 | 0 | 41 | 275 | 73 | 52 |
| Binary | 101100 | 10011000 | 10101010 | 1001010 | 1011 | 0 | 100001 | 10111101 | 111011 | 101010 |
Color Harmonies of #2C98AA
Complementary color
Monochromatic Colors of #2C98AA
Black with #2C98AA
Text Example
Text Example
White with #2C98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98AA; }
p { color: rgb(44,152,170); }
H1.HeaderClassName
{
color: #2C98AA;
}
.AnyTagClassName
{
color: #2C98AA;
}
</style>
background-color css
<style>
a { background-color: #2C98AA; }
a { background-color: rgb(44,152,170); }
div.DivClassName
{
background-color: #2C98AA;
}
.BgClassName
{
background-color: #2C98AA;
}
</style>
border-color css
<style>
span { border-color: #2C98AA; }
span { border-color: rgb(44,152,170); }
td.TdClassName
{
border-color: #2C98AA;
}
.TagClassName
{
border-color: #2C98AA;
}
</style>