Shades of Medium Blue #3300BC
Tints of Medium Blue #3300BC
RGB
CMYK
RGB Variations
Color information
#3300BC (or 0x3300BC) is known color: Medium Blue. HEX triplet: 33, 00 and BC. RGB value is (51,0,188). Sum of RGB (Red+Green+Blue) = 51+0+188=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #3300BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300BC is #CCFF43. Grayscale: #232323. Windows color (decimal): -13434692 or 12320819. OLE color: 12320819.
HSL color Cylindrical-coordinate representation of color #3300BC: hue angle of 256.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300BC is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 0 | 188 | - |
| CMYK | 0.73 | 1 | 0 | 0.26 |
| HSL | 256.28º | 1% | 0.37% | - |
| HSV(B) | 256.28º | 1% | 0.74% | - |
| XYZ | 10.44 | 4.33 | 47.86 | - |
| YUV | 36.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 188 | 0.73 | 1 | 0 | 0.26 | 256.28 | 1 | 0.37 |
| Hex | 33 | 0 | BC | 49 | 64 | 0 | 1A | 100 | 64 | 25 |
| Octal | 63 | 0 | 274 | 111 | 144 | 0 | 32 | 400 | 144 | 45 |
| Binary | 110011 | 0 | 10111100 | 1001001 | 1100100 | 0 | 11010 | 100000000 | 1100100 | 100101 |
Color Harmonies of #3300BC
Complementary color
Monochromatic Colors of #3300BC
Black with #3300BC
Text Example
Text Example
White with #3300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300BC; }
p { color: rgb(51,0,188); }
H1.HeaderClassName
{
color: #3300BC;
}
.AnyTagClassName
{
color: #3300BC;
}
</style>
background-color css
<style>
a { background-color: #3300BC; }
a { background-color: rgb(51,0,188); }
div.DivClassName
{
background-color: #3300BC;
}
.BgClassName
{
background-color: #3300BC;
}
</style>
border-color css
<style>
span { border-color: #3300BC; }
span { border-color: rgb(51,0,188); }
td.TdClassName
{
border-color: #3300BC;
}
.TagClassName
{
border-color: #3300BC;
}
</style>