Shades of Medium Blue #330DC9
Tints of Medium Blue #330DC9
RGB
CMYK
RGB Variations
Color information
#330DC9 (or 0x330DC9) is known color: Medium Blue. HEX triplet: 33, 0D and C9. RGB value is (51,13,201). Sum of RGB (Red+Green+Blue) = 51+13+201=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 201 (78.91% from 255 or 75.85% from 265); Max value from RGB is 201 - color contains mainly: blue. Hex color #330DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DC9 is #CCF236. Grayscale: #2D2D2D. Windows color (decimal): -13431351 or 13176115. OLE color: 13176115.
HSL color Cylindrical-coordinate representation of color #330DC9: hue angle of 252.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DC9 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 13 | 201 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.21 |
| HSL | 252.13º | 0.88% | 0.42% | - |
| HSV(B) | 252.13º | 0.94% | 0.79% | - |
| XYZ | 12.05 | 5.21 | 55.63 | - |
| YUV | 45.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 201 | 0.75 | 0.94 | 0 | 0.21 | 252.13 | 0.88 | 0.42 |
| Hex | 33 | D | C9 | 4B | 5E | 0 | 15 | FC | 58 | 2A |
| Octal | 63 | 15 | 311 | 113 | 136 | 0 | 25 | 374 | 130 | 52 |
| Binary | 110011 | 1101 | 11001001 | 1001011 | 1011110 | 0 | 10101 | 11111100 | 1011000 | 101010 |
Color Harmonies of #330DC9
Complementary color
Monochromatic Colors of #330DC9
Black with #330DC9
Text Example
Text Example
White with #330DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DC9; }
p { color: rgb(51,13,201); }
H1.HeaderClassName
{
color: #330DC9;
}
.AnyTagClassName
{
color: #330DC9;
}
</style>
background-color css
<style>
a { background-color: #330DC9; }
a { background-color: rgb(51,13,201); }
div.DivClassName
{
background-color: #330DC9;
}
.BgClassName
{
background-color: #330DC9;
}
</style>
border-color css
<style>
span { border-color: #330DC9; }
span { border-color: rgb(51,13,201); }
td.TdClassName
{
border-color: #330DC9;
}
.TagClassName
{
border-color: #330DC9;
}
</style>