Shades of Medium Blue #2B13CC
Tints of Medium Blue #2B13CC
RGB
CMYK
RGB Variations
Color information
#2B13CC (or 0x2B13CC) is known color: Medium Blue. HEX triplet: 2B, 13 and CC. RGB value is (43,19,204). Sum of RGB (Red+Green+Blue) = 43+19+204=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B13CC is #D4EC33. Grayscale: #2E2E2E. Windows color (decimal): -13954100 or 13374251. OLE color: 13374251.
HSL color Cylindrical-coordinate representation of color #2B13CC: hue angle of 247.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B13CC is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 19 | 204 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.2 |
| HSL | 247.78º | 0.83% | 0.44% | - |
| HSV(B) | 247.78º | 0.91% | 0.8% | - |
| XYZ | 12.13 | 5.34 | 57.52 | - |
| YUV | 47.27 | 216.45 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 204 | 0.79 | 0.91 | 0 | 0.2 | 247.78 | 0.83 | 0.44 |
| Hex | 2B | 13 | CC | 4F | 5B | 0 | 14 | F8 | 53 | 2C |
| Octal | 53 | 23 | 314 | 117 | 133 | 0 | 24 | 370 | 123 | 54 |
| Binary | 101011 | 10011 | 11001100 | 1001111 | 1011011 | 0 | 10100 | 11111000 | 1010011 | 101100 |
Color Harmonies of #2B13CC
Complementary color
Monochromatic Colors of #2B13CC
Black with #2B13CC
Text Example
Text Example
White with #2B13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B13CC; }
p { color: rgb(43,19,204); }
H1.HeaderClassName
{
color: #2B13CC;
}
.AnyTagClassName
{
color: #2B13CC;
}
</style>
background-color css
<style>
a { background-color: #2B13CC; }
a { background-color: rgb(43,19,204); }
div.DivClassName
{
background-color: #2B13CC;
}
.BgClassName
{
background-color: #2B13CC;
}
</style>
border-color css
<style>
span { border-color: #2B13CC; }
span { border-color: rgb(43,19,204); }
td.TdClassName
{
border-color: #2B13CC;
}
.TagClassName
{
border-color: #2B13CC;
}
</style>