Shades of Pelorous #2C9ACC
Tints of Pelorous #2C9ACC
RGB
CMYK
RGB Variations
Color information
#2C9ACC (or 0x2C9ACC) is known color: Pelorous. HEX triplet: 2C, 9A and CC. RGB value is (44,154,204). Sum of RGB (Red+Green+Blue) = 44+154+204=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ACC is #D36533. Grayscale: #7E7E7E. Windows color (decimal): -13854004 or 13408812. OLE color: 13408812.
HSL color Cylindrical-coordinate representation of color #2C9ACC: hue angle of 198.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C9ACC is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 154 | 204 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.2 |
| HSL | 198.75º | 0.65% | 0.49% | - |
| HSV(B) | 198.75º | 0.78% | 0.8% | - |
| XYZ | 23.49 | 28.01 | 61.29 | - |
| YUV | 126.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 204 | 0.78 | 0.25 | 0 | 0.2 | 198.75 | 0.65 | 0.49 |
| Hex | 2C | 9A | CC | 4E | 19 | 0 | 14 | C7 | 41 | 31 |
| Octal | 54 | 232 | 314 | 116 | 31 | 0 | 24 | 307 | 101 | 61 |
| Binary | 101100 | 10011010 | 11001100 | 1001110 | 11001 | 0 | 10100 | 11000111 | 1000001 | 110001 |
Color Harmonies of #2C9ACC
Complementary color
Monochromatic Colors of #2C9ACC
Black with #2C9ACC
Text Example
Text Example
White with #2C9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9ACC; }
p { color: rgb(44,154,204); }
H1.HeaderClassName
{
color: #2C9ACC;
}
.AnyTagClassName
{
color: #2C9ACC;
}
</style>
background-color css
<style>
a { background-color: #2C9ACC; }
a { background-color: rgb(44,154,204); }
div.DivClassName
{
background-color: #2C9ACC;
}
.BgClassName
{
background-color: #2C9ACC;
}
</style>
border-color css
<style>
span { border-color: #2C9ACC; }
span { border-color: rgb(44,154,204); }
td.TdClassName
{
border-color: #2C9ACC;
}
.TagClassName
{
border-color: #2C9ACC;
}
</style>