Shades of Medium Blue #330CCD
Tints of Medium Blue #330CCD
RGB
CMYK
RGB Variations
Color information
#330CCD (or 0x330CCD) is known color: Medium Blue. HEX triplet: 33, 0C and CD. RGB value is (51,12,205). Sum of RGB (Red+Green+Blue) = 51+12+205=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #330CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CCD is #CCF332. Grayscale: #2C2C2C. Windows color (decimal): -13431603 or 13438003. OLE color: 13438003.
HSL color Cylindrical-coordinate representation of color #330CCD: hue angle of 252.12º degrees, saturation: 0.89, 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 #330CCD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 12 | 205 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.20 |
| HSL | 252.12º | 0.89% | 0.43% | - |
| HSV(B) | 252.12º | 0.94% | 0.8% | - |
| XYZ | 12.52 | 5.37 | 58.14 | - |
| YUV | 45.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 205 | 0.75 | 0.94 | 0 | 0.20 | 252.12 | 0.89 | 0.43 |
| Hex | 33 | C | CD | 4B | 5E | 0 | 14 | FC | 59 | 2B |
| Octal | 63 | 14 | 315 | 113 | 136 | 0 | 24 | 374 | 131 | 53 |
| Binary | 110011 | 1100 | 11001101 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101011 |
Color Harmonies of #330CCD
Complementary color
Monochromatic Colors of #330CCD
Black with #330CCD
Text Example
Text Example
White with #330CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CCD; }
p { color: rgb(51,12,205); }
H1.HeaderClassName
{
color: #330CCD;
}
.AnyTagClassName
{
color: #330CCD;
}
</style>
background-color css
<style>
a { background-color: #330CCD; }
a { background-color: rgb(51,12,205); }
div.DivClassName
{
background-color: #330CCD;
}
.BgClassName
{
background-color: #330CCD;
}
</style>
border-color css
<style>
span { border-color: #330CCD; }
span { border-color: rgb(51,12,205); }
td.TdClassName
{
border-color: #330CCD;
}
.TagClassName
{
border-color: #330CCD;
}
</style>