Shades of Pelorous #2C9FAC
Tints of Pelorous #2C9FAC
RGB
CMYK
RGB Variations
Color information
#2C9FAC (or 0x2C9FAC) is known color: Pelorous. HEX triplet: 2C, 9F and AC. RGB value is (44,159,172). Sum of RGB (Red+Green+Blue) = 44+159+172=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9FAC is #D36053. Grayscale: #7D7D7D. Windows color (decimal): -13852756 or 11312940. OLE color: 11312940.
HSL color Cylindrical-coordinate representation of color #2C9FAC: hue angle of 186.09º 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 #2C9FAC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 159 | 172 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.33 |
| HSL | 186.09º | 0.59% | 0.42% | - |
| HSV(B) | 186.09º | 0.74% | 0.67% | - |
| XYZ | 20.88 | 28.31 | 43.39 | - |
| YUV | 126.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 159 | 172 | 0.74 | 0.08 | 0 | 0.33 | 186.09 | 0.59 | 0.42 |
| Hex | 2C | 9F | AC | 4A | 8 | 0 | 21 | BA | 3B | 2A |
| Octal | 54 | 237 | 254 | 112 | 10 | 0 | 41 | 272 | 73 | 52 |
| Binary | 101100 | 10011111 | 10101100 | 1001010 | 1000 | 0 | 100001 | 10111010 | 111011 | 101010 |
Color Harmonies of #2C9FAC
Complementary color
Monochromatic Colors of #2C9FAC
Black with #2C9FAC
Text Example
Text Example
White with #2C9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9FAC; }
p { color: rgb(44,159,172); }
H1.HeaderClassName
{
color: #2C9FAC;
}
.AnyTagClassName
{
color: #2C9FAC;
}
</style>
background-color css
<style>
a { background-color: #2C9FAC; }
a { background-color: rgb(44,159,172); }
div.DivClassName
{
background-color: #2C9FAC;
}
.BgClassName
{
background-color: #2C9FAC;
}
</style>
border-color css
<style>
span { border-color: #2C9FAC; }
span { border-color: rgb(44,159,172); }
td.TdClassName
{
border-color: #2C9FAC;
}
.TagClassName
{
border-color: #2C9FAC;
}
</style>