Shades of Medium Blue #2C0CCA
Tints of Medium Blue #2C0CCA
RGB
CMYK
RGB Variations
Color information
#2C0CCA (or 0x2C0CCA) is known color: Medium Blue. HEX triplet: 2C, 0C and CA. RGB value is (44,12,202). Sum of RGB (Red+Green+Blue) = 44+12+202=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C0CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CCA is #D3F335. Grayscale: #2A2A2A. Windows color (decimal): -13890358 or 13241388. OLE color: 13241388.
HSL color Cylindrical-coordinate representation of color #2C0CCA: hue angle of 250.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0CCA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 12 | 202 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.21 |
| HSL | 250.11º | 0.89% | 0.42% | - |
| HSV(B) | 250.11º | 0.94% | 0.79% | - |
| XYZ | 11.83 | 5.06 | 56.23 | - |
| YUV | 43.23 | 217.6 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 202 | 0.78 | 0.94 | 0 | 0.21 | 250.11 | 0.89 | 0.42 |
| Hex | 2C | C | CA | 4E | 5E | 0 | 15 | FA | 59 | 2A |
| Octal | 54 | 14 | 312 | 116 | 136 | 0 | 25 | 372 | 131 | 52 |
| Binary | 101100 | 1100 | 11001010 | 1001110 | 1011110 | 0 | 10101 | 11111010 | 1011001 | 101010 |
Color Harmonies of #2C0CCA
Complementary color
Monochromatic Colors of #2C0CCA
Black with #2C0CCA
Text Example
Text Example
White with #2C0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0CCA; }
p { color: rgb(44,12,202); }
H1.HeaderClassName
{
color: #2C0CCA;
}
.AnyTagClassName
{
color: #2C0CCA;
}
</style>
background-color css
<style>
a { background-color: #2C0CCA; }
a { background-color: rgb(44,12,202); }
div.DivClassName
{
background-color: #2C0CCA;
}
.BgClassName
{
background-color: #2C0CCA;
}
</style>
border-color css
<style>
span { border-color: #2C0CCA; }
span { border-color: rgb(44,12,202); }
td.TdClassName
{
border-color: #2C0CCA;
}
.TagClassName
{
border-color: #2C0CCA;
}
</style>