Shades of Medium Blue #2C05BB
Tints of Medium Blue #2C05BB
RGB
CMYK
RGB Variations
Color information
#2C05BB (or 0x2C05BB) is known color: Medium Blue. HEX triplet: 2C, 05 and BB. RGB value is (44,5,187). Sum of RGB (Red+Green+Blue) = 44+5+187=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C05BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C05BB is #D3FA44. Grayscale: #242424. Windows color (decimal): -13892165 or 12256556. OLE color: 12256556.
HSL color Cylindrical-coordinate representation of color #2C05BB: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C05BB is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 5 | 187 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.27 |
| HSL | 252.86º | 0.95% | 0.38% | - |
| HSV(B) | 252.86º | 0.97% | 0.73% | - |
| XYZ | 10.06 | 4.23 | 47.3 | - |
| YUV | 37.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 187 | 0.76 | 0.97 | 0 | 0.27 | 252.86 | 0.95 | 0.38 |
| Hex | 2C | 5 | BB | 4C | 61 | 0 | 1B | FD | 5F | 26 |
| Octal | 54 | 5 | 273 | 114 | 141 | 0 | 33 | 375 | 137 | 46 |
| Binary | 101100 | 101 | 10111011 | 1001100 | 1100001 | 0 | 11011 | 11111101 | 1011111 | 100110 |
Color Harmonies of #2C05BB
Complementary color
Monochromatic Colors of #2C05BB
Black with #2C05BB
Text Example
Text Example
White with #2C05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C05BB; }
p { color: rgb(44,5,187); }
H1.HeaderClassName
{
color: #2C05BB;
}
.AnyTagClassName
{
color: #2C05BB;
}
</style>
background-color css
<style>
a { background-color: #2C05BB; }
a { background-color: rgb(44,5,187); }
div.DivClassName
{
background-color: #2C05BB;
}
.BgClassName
{
background-color: #2C05BB;
}
</style>
border-color css
<style>
span { border-color: #2C05BB; }
span { border-color: rgb(44,5,187); }
td.TdClassName
{
border-color: #2C05BB;
}
.TagClassName
{
border-color: #2C05BB;
}
</style>