Shades of Medium Blue #330ACB
Tints of Medium Blue #330ACB
RGB
CMYK
RGB Variations
Color information
#330ACB (or 0x330ACB) is known color: Medium Blue. HEX triplet: 33, 0A and CB. RGB value is (51,10,203). Sum of RGB (Red+Green+Blue) = 51+10+203=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #330ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ACB is #CCF534. Grayscale: #2B2B2B. Windows color (decimal): -13432117 or 13306419. OLE color: 13306419.
HSL color Cylindrical-coordinate representation of color #330ACB: hue angle of 252.75º degrees, saturation: 0.91, 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 #330ACB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 10 | 203 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.20 |
| HSL | 252.75º | 0.91% | 0.42% | - |
| HSV(B) | 252.75º | 0.95% | 0.8% | - |
| XYZ | 12.25 | 5.23 | 56.86 | - |
| YUV | 44.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 203 | 0.75 | 0.95 | 0 | 0.20 | 252.75 | 0.91 | 0.42 |
| Hex | 33 | A | CB | 4B | 5F | 0 | 14 | FD | 5B | 2A |
| Octal | 63 | 12 | 313 | 113 | 137 | 0 | 24 | 375 | 133 | 52 |
| Binary | 110011 | 1010 | 11001011 | 1001011 | 1011111 | 0 | 10100 | 11111101 | 1011011 | 101010 |
Color Harmonies of #330ACB
Complementary color
Monochromatic Colors of #330ACB
Black with #330ACB
Text Example
Text Example
White with #330ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ACB; }
p { color: rgb(51,10,203); }
H1.HeaderClassName
{
color: #330ACB;
}
.AnyTagClassName
{
color: #330ACB;
}
</style>
background-color css
<style>
a { background-color: #330ACB; }
a { background-color: rgb(51,10,203); }
div.DivClassName
{
background-color: #330ACB;
}
.BgClassName
{
background-color: #330ACB;
}
</style>
border-color css
<style>
span { border-color: #330ACB; }
span { border-color: rgb(51,10,203); }
td.TdClassName
{
border-color: #330ACB;
}
.TagClassName
{
border-color: #330ACB;
}
</style>