Shades of Medium Blue #330FCB
Tints of Medium Blue #330FCB
RGB
CMYK
RGB Variations
Color information
#330FCB (or 0x330FCB) is known color: Medium Blue. HEX triplet: 33, 0F and CB. RGB value is (51,15,203). Sum of RGB (Red+Green+Blue) = 51+15+203=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #330FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FCB is #CCF034. Grayscale: #2E2E2E. Windows color (decimal): -13430837 or 13307699. OLE color: 13307699.
HSL color Cylindrical-coordinate representation of color #330FCB: hue angle of 251.49º degrees, saturation: 0.86, 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 #330FCB is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 15 | 203 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.20 |
| HSL | 251.49º | 0.86% | 0.43% | - |
| HSV(B) | 251.49º | 0.93% | 0.8% | - |
| XYZ | 12.32 | 5.36 | 56.88 | - |
| YUV | 47.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 203 | 0.75 | 0.93 | 0 | 0.20 | 251.49 | 0.86 | 0.43 |
| Hex | 33 | F | CB | 4B | 5D | 0 | 14 | FB | 56 | 2B |
| Octal | 63 | 17 | 313 | 113 | 135 | 0 | 24 | 373 | 126 | 53 |
| Binary | 110011 | 1111 | 11001011 | 1001011 | 1011101 | 0 | 10100 | 11111011 | 1010110 | 101011 |
Color Harmonies of #330FCB
Complementary color
Monochromatic Colors of #330FCB
Black with #330FCB
Text Example
Text Example
White with #330FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FCB; }
p { color: rgb(51,15,203); }
H1.HeaderClassName
{
color: #330FCB;
}
.AnyTagClassName
{
color: #330FCB;
}
</style>
background-color css
<style>
a { background-color: #330FCB; }
a { background-color: rgb(51,15,203); }
div.DivClassName
{
background-color: #330FCB;
}
.BgClassName
{
background-color: #330FCB;
}
</style>
border-color css
<style>
span { border-color: #330FCB; }
span { border-color: rgb(51,15,203); }
td.TdClassName
{
border-color: #330FCB;
}
.TagClassName
{
border-color: #330FCB;
}
</style>