Shades of Medium Blue #2B0FC4
Tints of Medium Blue #2B0FC4
RGB
CMYK
RGB Variations
Color information
#2B0FC4 (or 0x2B0FC4) is known color: Medium Blue. HEX triplet: 2B, 0F and C4. RGB value is (43,15,196). Sum of RGB (Red+Green+Blue) = 43+15+196=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 196 (76.95% from 255 or 77.17% from 254); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B0FC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FC4 is #D4F03B. Grayscale: #2B2B2B. Windows color (decimal): -13955132 or 12848939. OLE color: 12848939.
HSL color Cylindrical-coordinate representation of color #2B0FC4: hue angle of 249.28º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FC4 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 15 | 196 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.23 |
| HSL | 249.28º | 0.86% | 0.41% | - |
| HSV(B) | 249.28º | 0.92% | 0.77% | - |
| XYZ | 11.13 | 4.84 | 52.57 | - |
| YUV | 44.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 196 | 0.78 | 0.92 | 0 | 0.23 | 249.28 | 0.86 | 0.41 |
| Hex | 2B | F | C4 | 4E | 5C | 0 | 17 | F9 | 56 | 29 |
| Octal | 53 | 17 | 304 | 116 | 134 | 0 | 27 | 371 | 126 | 51 |
| Binary | 101011 | 1111 | 11000100 | 1001110 | 1011100 | 0 | 10111 | 11111001 | 1010110 | 101001 |
Color Harmonies of #2B0FC4
Complementary color
Monochromatic Colors of #2B0FC4
Black with #2B0FC4
Text Example
Text Example
White with #2B0FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FC4; }
p { color: rgb(43,15,196); }
H1.HeaderClassName
{
color: #2B0FC4;
}
.AnyTagClassName
{
color: #2B0FC4;
}
</style>
background-color css
<style>
a { background-color: #2B0FC4; }
a { background-color: rgb(43,15,196); }
div.DivClassName
{
background-color: #2B0FC4;
}
.BgClassName
{
background-color: #2B0FC4;
}
</style>
border-color css
<style>
span { border-color: #2B0FC4; }
span { border-color: rgb(43,15,196); }
td.TdClassName
{
border-color: #2B0FC4;
}
.TagClassName
{
border-color: #2B0FC4;
}
</style>