Shades of Medium Blue #330BCC
Tints of Medium Blue #330BCC
RGB
CMYK
RGB Variations
Color information
#330BCC (or 0x330BCC) is known color: Medium Blue. HEX triplet: 33, 0B and CC. RGB value is (51,11,204). Sum of RGB (Red+Green+Blue) = 51+11+204=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #330BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BCC is #CCF433. Grayscale: #2C2C2C. Windows color (decimal): -13431860 or 13372211. OLE color: 13372211.
HSL color Cylindrical-coordinate representation of color #330BCC: hue angle of 252.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BCC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 11 | 204 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.2 |
| HSL | 252.44º | 0.9% | 0.42% | - |
| HSV(B) | 252.44º | 0.95% | 0.8% | - |
| XYZ | 12.38 | 5.3 | 57.5 | - |
| YUV | 44.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 204 | 0.75 | 0.95 | 0 | 0.2 | 252.44 | 0.9 | 0.42 |
| Hex | 33 | B | CC | 4B | 5F | 0 | 14 | FC | 5A | 2A |
| Octal | 63 | 13 | 314 | 113 | 137 | 0 | 24 | 374 | 132 | 52 |
| Binary | 110011 | 1011 | 11001100 | 1001011 | 1011111 | 0 | 10100 | 11111100 | 1011010 | 101010 |
Color Harmonies of #330BCC
Complementary color
Monochromatic Colors of #330BCC
Black with #330BCC
Text Example
Text Example
White with #330BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BCC; }
p { color: rgb(51,11,204); }
H1.HeaderClassName
{
color: #330BCC;
}
.AnyTagClassName
{
color: #330BCC;
}
</style>
background-color css
<style>
a { background-color: #330BCC; }
a { background-color: rgb(51,11,204); }
div.DivClassName
{
background-color: #330BCC;
}
.BgClassName
{
background-color: #330BCC;
}
</style>
border-color css
<style>
span { border-color: #330BCC; }
span { border-color: rgb(51,11,204); }
td.TdClassName
{
border-color: #330BCC;
}
.TagClassName
{
border-color: #330BCC;
}
</style>