Shades of Medium Blue #330CCB
Tints of Medium Blue #330CCB
RGB
CMYK
RGB Variations
Color information
#330CCB (or 0x330CCB) is known color: Medium Blue. HEX triplet: 33, 0C and CB. RGB value is (51,12,203). Sum of RGB (Red+Green+Blue) = 51+12+203=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #330CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CCB is #CCF334. Grayscale: #2C2C2C. Windows color (decimal): -13431605 or 13306931. OLE color: 13306931.
HSL color Cylindrical-coordinate representation of color #330CCB: hue angle of 252.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CCB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 12 | 203 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.20 |
| HSL | 252.25º | 0.89% | 0.42% | - |
| HSV(B) | 252.25º | 0.94% | 0.8% | - |
| XYZ | 12.28 | 5.28 | 56.87 | - |
| YUV | 45.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 203 | 0.75 | 0.94 | 0 | 0.20 | 252.25 | 0.89 | 0.42 |
| Hex | 33 | C | CB | 4B | 5E | 0 | 14 | FC | 59 | 2A |
| Octal | 63 | 14 | 313 | 113 | 136 | 0 | 24 | 374 | 131 | 52 |
| Binary | 110011 | 1100 | 11001011 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101010 |
Color Harmonies of #330CCB
Complementary color
Monochromatic Colors of #330CCB
Black with #330CCB
Text Example
Text Example
White with #330CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CCB; }
p { color: rgb(51,12,203); }
H1.HeaderClassName
{
color: #330CCB;
}
.AnyTagClassName
{
color: #330CCB;
}
</style>
background-color css
<style>
a { background-color: #330CCB; }
a { background-color: rgb(51,12,203); }
div.DivClassName
{
background-color: #330CCB;
}
.BgClassName
{
background-color: #330CCB;
}
</style>
border-color css
<style>
span { border-color: #330CCB; }
span { border-color: rgb(51,12,203); }
td.TdClassName
{
border-color: #330CCB;
}
.TagClassName
{
border-color: #330CCB;
}
</style>