Shades of Medium Blue #330ACE
Tints of Medium Blue #330ACE
RGB
CMYK
RGB Variations
Color information
#330ACE (or 0x330ACE) is known color: Medium Blue. HEX triplet: 33, 0A and CE. RGB value is (51,10,206). Sum of RGB (Red+Green+Blue) = 51+10+206=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #330ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ACE is #CCF531. Grayscale: #2B2B2B. Windows color (decimal): -13432114 or 13503027. OLE color: 13503027.
HSL color Cylindrical-coordinate representation of color #330ACE: hue angle of 252.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330ACE is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 10 | 206 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.19 |
| HSL | 252.55º | 0.91% | 0.42% | - |
| HSV(B) | 252.55º | 0.95% | 0.81% | - |
| XYZ | 12.61 | 5.38 | 58.77 | - |
| YUV | 44.6 | 219.08 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 206 | 0.75 | 0.95 | 0 | 0.19 | 252.55 | 0.91 | 0.42 |
| Hex | 33 | A | CE | 4B | 5F | 0 | 13 | FD | 5B | 2A |
| Octal | 63 | 12 | 316 | 113 | 137 | 0 | 23 | 375 | 133 | 52 |
| Binary | 110011 | 1010 | 11001110 | 1001011 | 1011111 | 0 | 10011 | 11111101 | 1011011 | 101010 |
Color Harmonies of #330ACE
Complementary color
Monochromatic Colors of #330ACE
Black with #330ACE
Text Example
Text Example
White with #330ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ACE; }
p { color: rgb(51,10,206); }
H1.HeaderClassName
{
color: #330ACE;
}
.AnyTagClassName
{
color: #330ACE;
}
</style>
background-color css
<style>
a { background-color: #330ACE; }
a { background-color: rgb(51,10,206); }
div.DivClassName
{
background-color: #330ACE;
}
.BgClassName
{
background-color: #330ACE;
}
</style>
border-color css
<style>
span { border-color: #330ACE; }
span { border-color: rgb(51,10,206); }
td.TdClassName
{
border-color: #330ACE;
}
.TagClassName
{
border-color: #330ACE;
}
</style>