Shades of Pelorous #2C94CA
Tints of Pelorous #2C94CA
RGB
CMYK
RGB Variations
Color information
#2C94CA (or 0x2C94CA) is known color: Pelorous. HEX triplet: 2C, 94 and CA. RGB value is (44,148,202). Sum of RGB (Red+Green+Blue) = 44+148+202=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C94CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C94CA is #D36B35. Grayscale: #7A7A7A. Windows color (decimal): -13855542 or 13276204. OLE color: 13276204.
HSL color Cylindrical-coordinate representation of color #2C94CA: hue angle of 200.51º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C94CA is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 148 | 202 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.21 |
| HSL | 200.51º | 0.64% | 0.48% | - |
| HSV(B) | 200.51º | 0.78% | 0.79% | - |
| XYZ | 22.29 | 25.98 | 59.72 | - |
| YUV | 123.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 202 | 0.78 | 0.27 | 0 | 0.21 | 200.51 | 0.64 | 0.48 |
| Hex | 2C | 94 | CA | 4E | 1B | 0 | 15 | C9 | 40 | 30 |
| Octal | 54 | 224 | 312 | 116 | 33 | 0 | 25 | 311 | 100 | 60 |
| Binary | 101100 | 10010100 | 11001010 | 1001110 | 11011 | 0 | 10101 | 11001001 | 1000000 | 110000 |
Color Harmonies of #2C94CA
Complementary color
Monochromatic Colors of #2C94CA
Black with #2C94CA
Text Example
Text Example
White with #2C94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C94CA; }
p { color: rgb(44,148,202); }
H1.HeaderClassName
{
color: #2C94CA;
}
.AnyTagClassName
{
color: #2C94CA;
}
</style>
background-color css
<style>
a { background-color: #2C94CA; }
a { background-color: rgb(44,148,202); }
div.DivClassName
{
background-color: #2C94CA;
}
.BgClassName
{
background-color: #2C94CA;
}
</style>
border-color css
<style>
span { border-color: #2C94CA; }
span { border-color: rgb(44,148,202); }
td.TdClassName
{
border-color: #2C94CA;
}
.TagClassName
{
border-color: #2C94CA;
}
</style>