Shades of Medium Blue #2F0CBC
Tints of Medium Blue #2F0CBC
RGB
CMYK
RGB Variations
Color information
#2F0CBC (or 0x2F0CBC) is known color: Medium Blue. HEX triplet: 2F, 0C and BC. RGB value is (47,12,188). Sum of RGB (Red+Green+Blue) = 47+12+188=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F0CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CBC is #D0F343. Grayscale: #292929. Windows color (decimal): -13693764 or 12323887. OLE color: 12323887.
HSL color Cylindrical-coordinate representation of color #2F0CBC: hue angle of 251.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0CBC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 12 | 188 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.26 |
| HSL | 251.93º | 0.88% | 0.39% | - |
| HSV(B) | 251.93º | 0.94% | 0.74% | - |
| XYZ | 10.38 | 4.5 | 47.9 | - |
| YUV | 42.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 188 | 0.75 | 0.94 | 0 | 0.26 | 251.93 | 0.88 | 0.39 |
| Hex | 2F | C | BC | 4B | 5E | 0 | 1A | FC | 58 | 27 |
| Octal | 57 | 14 | 274 | 113 | 136 | 0 | 32 | 374 | 130 | 47 |
| Binary | 101111 | 1100 | 10111100 | 1001011 | 1011110 | 0 | 11010 | 11111100 | 1011000 | 100111 |
Color Harmonies of #2F0CBC
Complementary color
Monochromatic Colors of #2F0CBC
Black with #2F0CBC
Text Example
Text Example
White with #2F0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CBC; }
p { color: rgb(47,12,188); }
H1.HeaderClassName
{
color: #2F0CBC;
}
.AnyTagClassName
{
color: #2F0CBC;
}
</style>
background-color css
<style>
a { background-color: #2F0CBC; }
a { background-color: rgb(47,12,188); }
div.DivClassName
{
background-color: #2F0CBC;
}
.BgClassName
{
background-color: #2F0CBC;
}
</style>
border-color css
<style>
span { border-color: #2F0CBC; }
span { border-color: rgb(47,12,188); }
td.TdClassName
{
border-color: #2F0CBC;
}
.TagClassName
{
border-color: #2F0CBC;
}
</style>