Shades of Medium Blue #2F0BBC
Tints of Medium Blue #2F0BBC
RGB
CMYK
RGB Variations
Color information
#2F0BBC (or 0x2F0BBC) is known color: Medium Blue. HEX triplet: 2F, 0B and BC. RGB value is (47,11,188). Sum of RGB (Red+Green+Blue) = 47+11+188=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BBC is #D0F443. Grayscale: #292929. Windows color (decimal): -13694020 or 12323631. OLE color: 12323631.
HSL color Cylindrical-coordinate representation of color #2F0BBC: hue angle of 252.2º degrees, saturation: 0.89, 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 #2F0BBC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 11 | 188 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.26 |
| HSL | 252.2º | 0.89% | 0.39% | - |
| HSV(B) | 252.2º | 0.94% | 0.74% | - |
| XYZ | 10.37 | 4.47 | 47.89 | - |
| YUV | 41.94 | 210.43 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 188 | 0.75 | 0.94 | 0 | 0.26 | 252.2 | 0.89 | 0.39 |
| Hex | 2F | B | BC | 4B | 5E | 0 | 1A | FC | 59 | 27 |
| Octal | 57 | 13 | 274 | 113 | 136 | 0 | 32 | 374 | 131 | 47 |
| Binary | 101111 | 1011 | 10111100 | 1001011 | 1011110 | 0 | 11010 | 11111100 | 1011001 | 100111 |
Color Harmonies of #2F0BBC
Complementary color
Monochromatic Colors of #2F0BBC
Black with #2F0BBC
Text Example
Text Example
White with #2F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BBC; }
p { color: rgb(47,11,188); }
H1.HeaderClassName
{
color: #2F0BBC;
}
.AnyTagClassName
{
color: #2F0BBC;
}
</style>
background-color css
<style>
a { background-color: #2F0BBC; }
a { background-color: rgb(47,11,188); }
div.DivClassName
{
background-color: #2F0BBC;
}
.BgClassName
{
background-color: #2F0BBC;
}
</style>
border-color css
<style>
span { border-color: #2F0BBC; }
span { border-color: rgb(47,11,188); }
td.TdClassName
{
border-color: #2F0BBC;
}
.TagClassName
{
border-color: #2F0BBC;
}
</style>