Shades of Medium Blue #2C04BD
Tints of Medium Blue #2C04BD
RGB
CMYK
RGB Variations
Color information
#2C04BD (or 0x2C04BD) is known color: Medium Blue. HEX triplet: 2C, 04 and BD. RGB value is (44,4,189). Sum of RGB (Red+Green+Blue) = 44+4+189=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C04BD is #D3FB42. Grayscale: #242424. Windows color (decimal): -13892419 or 12387372. OLE color: 12387372.
HSL color Cylindrical-coordinate representation of color #2C04BD: hue angle of 252.97º 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 #2C04BD is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 4 | 189 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.26 |
| HSL | 252.97º | 0.96% | 0.38% | - |
| HSV(B) | 252.97º | 0.98% | 0.74% | - |
| XYZ | 10.27 | 4.3 | 48.43 | - |
| YUV | 37.05 | 213.75 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 189 | 0.77 | 0.98 | 0 | 0.26 | 252.97 | 0.96 | 0.38 |
| Hex | 2C | 4 | BD | 4D | 62 | 0 | 1A | FD | 60 | 26 |
| Octal | 54 | 4 | 275 | 115 | 142 | 0 | 32 | 375 | 140 | 46 |
| Binary | 101100 | 100 | 10111101 | 1001101 | 1100010 | 0 | 11010 | 11111101 | 1100000 | 100110 |
Color Harmonies of #2C04BD
Complementary color
Monochromatic Colors of #2C04BD
Black with #2C04BD
Text Example
Text Example
White with #2C04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04BD; }
p { color: rgb(44,4,189); }
H1.HeaderClassName
{
color: #2C04BD;
}
.AnyTagClassName
{
color: #2C04BD;
}
</style>
background-color css
<style>
a { background-color: #2C04BD; }
a { background-color: rgb(44,4,189); }
div.DivClassName
{
background-color: #2C04BD;
}
.BgClassName
{
background-color: #2C04BD;
}
</style>
border-color css
<style>
span { border-color: #2C04BD; }
span { border-color: rgb(44,4,189); }
td.TdClassName
{
border-color: #2C04BD;
}
.TagClassName
{
border-color: #2C04BD;
}
</style>