Shades of Medium Blue #330DCC
Tints of Medium Blue #330DCC
RGB
CMYK
RGB Variations
Color information
#330DCC (or 0x330DCC) is known color: Medium Blue. HEX triplet: 33, 0D and CC. RGB value is (51,13,204). Sum of RGB (Red+Green+Blue) = 51+13+204=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #330DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DCC is #CCF233. Grayscale: #2D2D2D. Windows color (decimal): -13431348 or 13372723. OLE color: 13372723.
HSL color Cylindrical-coordinate representation of color #330DCC: hue angle of 251.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DCC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 13 | 204 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.2 |
| HSL | 251.94º | 0.88% | 0.43% | - |
| HSV(B) | 251.94º | 0.94% | 0.8% | - |
| XYZ | 12.41 | 5.35 | 57.51 | - |
| YUV | 46.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 204 | 0.75 | 0.94 | 0 | 0.2 | 251.94 | 0.88 | 0.43 |
| Hex | 33 | D | CC | 4B | 5E | 0 | 14 | FC | 58 | 2B |
| Octal | 63 | 15 | 314 | 113 | 136 | 0 | 24 | 374 | 130 | 53 |
| Binary | 110011 | 1101 | 11001100 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011000 | 101011 |
Color Harmonies of #330DCC
Complementary color
Monochromatic Colors of #330DCC
Black with #330DCC
Text Example
Text Example
White with #330DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DCC; }
p { color: rgb(51,13,204); }
H1.HeaderClassName
{
color: #330DCC;
}
.AnyTagClassName
{
color: #330DCC;
}
</style>
background-color css
<style>
a { background-color: #330DCC; }
a { background-color: rgb(51,13,204); }
div.DivClassName
{
background-color: #330DCC;
}
.BgClassName
{
background-color: #330DCC;
}
</style>
border-color css
<style>
span { border-color: #330DCC; }
span { border-color: rgb(51,13,204); }
td.TdClassName
{
border-color: #330DCC;
}
.TagClassName
{
border-color: #330DCC;
}
</style>