Shades of Pelorous #2C9AAA
Tints of Pelorous #2C9AAA
RGB
CMYK
RGB Variations
Color information
#2C9AAA (or 0x2C9AAA) is known color: Pelorous. HEX triplet: 2C, 9A and AA. RGB value is (44,154,170). Sum of RGB (Red+Green+Blue) = 44+154+170=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9AAA is #D36555. Grayscale: #7A7A7A. Windows color (decimal): -13854038 or 11180588. OLE color: 11180588.
HSL color Cylindrical-coordinate representation of color #2C9AAA: hue angle of 187.62º 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 #2C9AAA is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 154 | 170 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.33 |
| HSL | 187.62º | 0.59% | 0.42% | - |
| HSV(B) | 187.62º | 0.74% | 0.67% | - |
| XYZ | 19.85 | 26.55 | 42.11 | - |
| YUV | 122.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 170 | 0.74 | 0.09 | 0 | 0.33 | 187.62 | 0.59 | 0.42 |
| Hex | 2C | 9A | AA | 4A | 9 | 0 | 21 | BC | 3B | 2A |
| Octal | 54 | 232 | 252 | 112 | 11 | 0 | 41 | 274 | 73 | 52 |
| Binary | 101100 | 10011010 | 10101010 | 1001010 | 1001 | 0 | 100001 | 10111100 | 111011 | 101010 |
Color Harmonies of #2C9AAA
Complementary color
Monochromatic Colors of #2C9AAA
Black with #2C9AAA
Text Example
Text Example
White with #2C9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9AAA; }
p { color: rgb(44,154,170); }
H1.HeaderClassName
{
color: #2C9AAA;
}
.AnyTagClassName
{
color: #2C9AAA;
}
</style>
background-color css
<style>
a { background-color: #2C9AAA; }
a { background-color: rgb(44,154,170); }
div.DivClassName
{
background-color: #2C9AAA;
}
.BgClassName
{
background-color: #2C9AAA;
}
</style>
border-color css
<style>
span { border-color: #2C9AAA; }
span { border-color: rgb(44,154,170); }
td.TdClassName
{
border-color: #2C9AAA;
}
.TagClassName
{
border-color: #2C9AAA;
}
</style>