Shades of Medium Blue #2C04BC
Tints of Medium Blue #2C04BC
RGB
CMYK
RGB Variations
Color information
#2C04BC (or 0x2C04BC) is known color: Medium Blue. HEX triplet: 2C, 04 and BC. RGB value is (44,4,188). Sum of RGB (Red+Green+Blue) = 44+4+188=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C04BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C04BC is #D3FB43. Grayscale: #242424. Windows color (decimal): -13892420 or 12321836. OLE color: 12321836.
HSL color Cylindrical-coordinate representation of color #2C04BC: hue angle of 253.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04BC is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 4 | 188 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.26 |
| HSL | 253.04º | 0.96% | 0.38% | - |
| HSV(B) | 253.04º | 0.98% | 0.74% | - |
| XYZ | 10.16 | 4.25 | 47.86 | - |
| YUV | 36.94 | 213.25 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 188 | 0.77 | 0.98 | 0 | 0.26 | 253.04 | 0.96 | 0.38 |
| Hex | 2C | 4 | BC | 4D | 62 | 0 | 1A | FD | 60 | 26 |
| Octal | 54 | 4 | 274 | 115 | 142 | 0 | 32 | 375 | 140 | 46 |
| Binary | 101100 | 100 | 10111100 | 1001101 | 1100010 | 0 | 11010 | 11111101 | 1100000 | 100110 |
Color Harmonies of #2C04BC
Complementary color
Monochromatic Colors of #2C04BC
Black with #2C04BC
Text Example
Text Example
White with #2C04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04BC; }
p { color: rgb(44,4,188); }
H1.HeaderClassName
{
color: #2C04BC;
}
.AnyTagClassName
{
color: #2C04BC;
}
</style>
background-color css
<style>
a { background-color: #2C04BC; }
a { background-color: rgb(44,4,188); }
div.DivClassName
{
background-color: #2C04BC;
}
.BgClassName
{
background-color: #2C04BC;
}
</style>
border-color css
<style>
span { border-color: #2C04BC; }
span { border-color: rgb(44,4,188); }
td.TdClassName
{
border-color: #2C04BC;
}
.TagClassName
{
border-color: #2C04BC;
}
</style>