Shades of Medium Blue #2B15CC
Tints of Medium Blue #2B15CC
RGB
CMYK
RGB Variations
Color information
#2B15CC (or 0x2B15CC) is known color: Medium Blue. HEX triplet: 2B, 15 and CC. RGB value is (43,21,204). Sum of RGB (Red+Green+Blue) = 43+21+204=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B15CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B15CC is #D4EA33. Grayscale: #2F2F2F. Windows color (decimal): -13953588 or 13374763. OLE color: 13374763.
HSL color Cylindrical-coordinate representation of color #2B15CC: hue angle of 247.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B15CC is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 21 | 204 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.2 |
| HSL | 247.21º | 0.81% | 0.44% | - |
| HSV(B) | 247.21º | 0.9% | 0.8% | - |
| XYZ | 12.16 | 5.41 | 57.53 | - |
| YUV | 48.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 204 | 0.79 | 0.90 | 0 | 0.2 | 247.21 | 0.81 | 0.44 |
| Hex | 2B | 15 | CC | 4F | 5A | 0 | 14 | F7 | 51 | 2C |
| Octal | 53 | 25 | 314 | 117 | 132 | 0 | 24 | 367 | 121 | 54 |
| Binary | 101011 | 10101 | 11001100 | 1001111 | 1011010 | 0 | 10100 | 11110111 | 1010001 | 101100 |
Color Harmonies of #2B15CC
Complementary color
Monochromatic Colors of #2B15CC
Black with #2B15CC
Text Example
Text Example
White with #2B15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B15CC; }
p { color: rgb(43,21,204); }
H1.HeaderClassName
{
color: #2B15CC;
}
.AnyTagClassName
{
color: #2B15CC;
}
</style>
background-color css
<style>
a { background-color: #2B15CC; }
a { background-color: rgb(43,21,204); }
div.DivClassName
{
background-color: #2B15CC;
}
.BgClassName
{
background-color: #2B15CC;
}
</style>
border-color css
<style>
span { border-color: #2B15CC; }
span { border-color: rgb(43,21,204); }
td.TdClassName
{
border-color: #2B15CC;
}
.TagClassName
{
border-color: #2B15CC;
}
</style>