Shades of Medium Blue #330ECB
Tints of Medium Blue #330ECB
RGB
CMYK
RGB Variations
Color information
#330ECB (or 0x330ECB) is known color: Medium Blue. HEX triplet: 33, 0E and CB. RGB value is (51,14,203). Sum of RGB (Red+Green+Blue) = 51+14+203=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #330ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ECB is #CCF134. Grayscale: #2D2D2D. Windows color (decimal): -13431093 or 13307443. OLE color: 13307443.
HSL color Cylindrical-coordinate representation of color #330ECB: hue angle of 251.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330ECB is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 14 | 203 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.20 |
| HSL | 251.75º | 0.87% | 0.43% | - |
| HSV(B) | 251.75º | 0.93% | 0.8% | - |
| XYZ | 12.3 | 5.33 | 56.88 | - |
| YUV | 46.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 203 | 0.75 | 0.93 | 0 | 0.20 | 251.75 | 0.87 | 0.43 |
| Hex | 33 | E | CB | 4B | 5D | 0 | 14 | FC | 57 | 2B |
| Octal | 63 | 16 | 313 | 113 | 135 | 0 | 24 | 374 | 127 | 53 |
| Binary | 110011 | 1110 | 11001011 | 1001011 | 1011101 | 0 | 10100 | 11111100 | 1010111 | 101011 |
Color Harmonies of #330ECB
Complementary color
Monochromatic Colors of #330ECB
Black with #330ECB
Text Example
Text Example
White with #330ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ECB; }
p { color: rgb(51,14,203); }
H1.HeaderClassName
{
color: #330ECB;
}
.AnyTagClassName
{
color: #330ECB;
}
</style>
background-color css
<style>
a { background-color: #330ECB; }
a { background-color: rgb(51,14,203); }
div.DivClassName
{
background-color: #330ECB;
}
.BgClassName
{
background-color: #330ECB;
}
</style>
border-color css
<style>
span { border-color: #330ECB; }
span { border-color: rgb(51,14,203); }
td.TdClassName
{
border-color: #330ECB;
}
.TagClassName
{
border-color: #330ECB;
}
</style>