Shades of Medium Blue #330CC0
Tints of Medium Blue #330CC0
RGB
CMYK
RGB Variations
Color information
#330CC0 (or 0x330CC0) is known color: Medium Blue. HEX triplet: 33, 0C and C0. RGB value is (51,12,192). Sum of RGB (Red+Green+Blue) = 51+12+192=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #330CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CC0 is #CCF33F. Grayscale: #2B2B2B. Windows color (decimal): -13431616 or 12586035. OLE color: 12586035.
HSL color Cylindrical-coordinate representation of color #330CC0: hue angle of 253º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CC0 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 12 | 192 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.25 |
| HSL | 253º | 0.88% | 0.4% | - |
| HSV(B) | 253º | 0.94% | 0.75% | - |
| XYZ | 11.01 | 4.77 | 50.21 | - |
| YUV | 44.18 | 211.42 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 192 | 0.73 | 0.94 | 0 | 0.25 | 253 | 0.88 | 0.4 |
| Hex | 33 | C | C0 | 49 | 5E | 0 | 19 | FD | 58 | 28 |
| Octal | 63 | 14 | 300 | 111 | 136 | 0 | 31 | 375 | 130 | 50 |
| Binary | 110011 | 1100 | 11000000 | 1001001 | 1011110 | 0 | 11001 | 11111101 | 1011000 | 101000 |
Color Harmonies of #330CC0
Complementary color
Monochromatic Colors of #330CC0
Black with #330CC0
Text Example
Text Example
White with #330CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CC0; }
p { color: rgb(51,12,192); }
H1.HeaderClassName
{
color: #330CC0;
}
.AnyTagClassName
{
color: #330CC0;
}
</style>
background-color css
<style>
a { background-color: #330CC0; }
a { background-color: rgb(51,12,192); }
div.DivClassName
{
background-color: #330CC0;
}
.BgClassName
{
background-color: #330CC0;
}
</style>
border-color css
<style>
span { border-color: #330CC0; }
span { border-color: rgb(51,12,192); }
td.TdClassName
{
border-color: #330CC0;
}
.TagClassName
{
border-color: #330CC0;
}
</style>