Shades of Medium Blue #2B0CC1
Tints of Medium Blue #2B0CC1
RGB
CMYK
RGB Variations
Color information
#2B0CC1 (or 0x2B0CC1) is known color: Medium Blue. HEX triplet: 2B, 0C and C1. RGB value is (43,12,193). Sum of RGB (Red+Green+Blue) = 43+12+193=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B0CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CC1 is #D4F33E. Grayscale: #292929. Windows color (decimal): -13955903 or 12651563. OLE color: 12651563.
HSL color Cylindrical-coordinate representation of color #2B0CC1: hue angle of 250.28º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0CC1 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 12 | 193 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.24 |
| HSL | 250.28º | 0.88% | 0.4% | - |
| HSV(B) | 250.28º | 0.94% | 0.76% | - |
| XYZ | 10.75 | 4.63 | 50.78 | - |
| YUV | 41.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 193 | 0.78 | 0.94 | 0 | 0.24 | 250.28 | 0.88 | 0.4 |
| Hex | 2B | C | C1 | 4E | 5E | 0 | 18 | FA | 58 | 28 |
| Octal | 53 | 14 | 301 | 116 | 136 | 0 | 30 | 372 | 130 | 50 |
| Binary | 101011 | 1100 | 11000001 | 1001110 | 1011110 | 0 | 11000 | 11111010 | 1011000 | 101000 |
Color Harmonies of #2B0CC1
Complementary color
Monochromatic Colors of #2B0CC1
Black with #2B0CC1
Text Example
Text Example
White with #2B0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CC1; }
p { color: rgb(43,12,193); }
H1.HeaderClassName
{
color: #2B0CC1;
}
.AnyTagClassName
{
color: #2B0CC1;
}
</style>
background-color css
<style>
a { background-color: #2B0CC1; }
a { background-color: rgb(43,12,193); }
div.DivClassName
{
background-color: #2B0CC1;
}
.BgClassName
{
background-color: #2B0CC1;
}
</style>
border-color css
<style>
span { border-color: #2B0CC1; }
span { border-color: rgb(43,12,193); }
td.TdClassName
{
border-color: #2B0CC1;
}
.TagClassName
{
border-color: #2B0CC1;
}
</style>