Shades of Medium Blue #2B01CA
Tints of Medium Blue #2B01CA
RGB
CMYK
RGB Variations
Color information
#2B01CA (or 0x2B01CA) is known color: Medium Blue. HEX triplet: 2B, 01 and CA. RGB value is (43,1,202). Sum of RGB (Red+Green+Blue) = 43+1+202=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B01CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B01CA is #D4FE35. Grayscale: #232323. Windows color (decimal): -13958710 or 13238571. OLE color: 13238571.
HSL color Cylindrical-coordinate representation of color #2B01CA: hue angle of 252.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B01CA is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 1 | 202 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.21 |
| HSL | 252.54º | 0.99% | 0.4% | - |
| HSV(B) | 252.54º | 1% | 0.79% | - |
| XYZ | 11.67 | 4.8 | 56.19 | - |
| YUV | 36.47 | 221.41 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 202 | 0.79 | 1.00 | 0 | 0.21 | 252.54 | 0.99 | 0.4 |
| Hex | 2B | 1 | CA | 4F | 64 | 0 | 15 | FD | 63 | 28 |
| Octal | 53 | 1 | 312 | 117 | 144 | 0 | 25 | 375 | 143 | 50 |
| Binary | 101011 | 1 | 11001010 | 1001111 | 1100100 | 0 | 10101 | 11111101 | 1100011 | 101000 |
Color Harmonies of #2B01CA
Complementary color
Monochromatic Colors of #2B01CA
Black with #2B01CA
Text Example
Text Example
White with #2B01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B01CA; }
p { color: rgb(43,1,202); }
H1.HeaderClassName
{
color: #2B01CA;
}
.AnyTagClassName
{
color: #2B01CA;
}
</style>
background-color css
<style>
a { background-color: #2B01CA; }
a { background-color: rgb(43,1,202); }
div.DivClassName
{
background-color: #2B01CA;
}
.BgClassName
{
background-color: #2B01CA;
}
</style>
border-color css
<style>
span { border-color: #2B01CA; }
span { border-color: rgb(43,1,202); }
td.TdClassName
{
border-color: #2B01CA;
}
.TagClassName
{
border-color: #2B01CA;
}
</style>