Shades of Medium Blue #330DC8
Tints of Medium Blue #330DC8
RGB
CMYK
RGB Variations
Color information
#330DC8 (or 0x330DC8) is known color: Medium Blue. HEX triplet: 33, 0D and C8. RGB value is (51,13,200). Sum of RGB (Red+Green+Blue) = 51+13+200=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #330DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DC8 is #CCF237. Grayscale: #2C2C2C. Windows color (decimal): -13431352 or 13110579. OLE color: 13110579.
HSL color Cylindrical-coordinate representation of color #330DC8: hue angle of 252.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DC8 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 13 | 200 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.22 |
| HSL | 252.19º | 0.88% | 0.42% | - |
| HSV(B) | 252.19º | 0.94% | 0.78% | - |
| XYZ | 11.93 | 5.16 | 55.01 | - |
| YUV | 45.68 | 215.09 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 200 | 0.74 | 0.94 | 0 | 0.22 | 252.19 | 0.88 | 0.42 |
| Hex | 33 | D | C8 | 4A | 5E | 0 | 16 | FC | 58 | 2A |
| Octal | 63 | 15 | 310 | 112 | 136 | 0 | 26 | 374 | 130 | 52 |
| Binary | 110011 | 1101 | 11001000 | 1001010 | 1011110 | 0 | 10110 | 11111100 | 1011000 | 101010 |
Color Harmonies of #330DC8
Complementary color
Monochromatic Colors of #330DC8
Black with #330DC8
Text Example
Text Example
White with #330DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DC8; }
p { color: rgb(51,13,200); }
H1.HeaderClassName
{
color: #330DC8;
}
.AnyTagClassName
{
color: #330DC8;
}
</style>
background-color css
<style>
a { background-color: #330DC8; }
a { background-color: rgb(51,13,200); }
div.DivClassName
{
background-color: #330DC8;
}
.BgClassName
{
background-color: #330DC8;
}
</style>
border-color css
<style>
span { border-color: #330DC8; }
span { border-color: rgb(51,13,200); }
td.TdClassName
{
border-color: #330DC8;
}
.TagClassName
{
border-color: #330DC8;
}
</style>