Shades of Medium Blue #3304BC
Tints of Medium Blue #3304BC
RGB
CMYK
RGB Variations
Color information
#3304BC (or 0x3304BC) is known color: Medium Blue. HEX triplet: 33, 04 and BC. RGB value is (51,4,188). Sum of RGB (Red+Green+Blue) = 51+4+188=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #3304BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BC is #CCFB43. Grayscale: #262626. Windows color (decimal): -13433668 or 12321843. OLE color: 12321843.
HSL color Cylindrical-coordinate representation of color #3304BC: hue angle of 255.33º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304BC is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 4 | 188 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.26 |
| HSL | 255.33º | 0.96% | 0.38% | - |
| HSV(B) | 255.33º | 0.98% | 0.74% | - |
| XYZ | 10.49 | 4.42 | 47.88 | - |
| YUV | 39.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 188 | 0.73 | 0.98 | 0 | 0.26 | 255.33 | 0.96 | 0.38 |
| Hex | 33 | 4 | BC | 49 | 62 | 0 | 1A | FF | 60 | 26 |
| Octal | 63 | 4 | 274 | 111 | 142 | 0 | 32 | 377 | 140 | 46 |
| Binary | 110011 | 100 | 10111100 | 1001001 | 1100010 | 0 | 11010 | 11111111 | 1100000 | 100110 |
Color Harmonies of #3304BC
Complementary color
Monochromatic Colors of #3304BC
Black with #3304BC
Text Example
Text Example
White with #3304BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304BC; }
p { color: rgb(51,4,188); }
H1.HeaderClassName
{
color: #3304BC;
}
.AnyTagClassName
{
color: #3304BC;
}
</style>
background-color css
<style>
a { background-color: #3304BC; }
a { background-color: rgb(51,4,188); }
div.DivClassName
{
background-color: #3304BC;
}
.BgClassName
{
background-color: #3304BC;
}
</style>
border-color css
<style>
span { border-color: #3304BC; }
span { border-color: rgb(51,4,188); }
td.TdClassName
{
border-color: #3304BC;
}
.TagClassName
{
border-color: #3304BC;
}
</style>