Shades of Medium Blue #330FC9
Tints of Medium Blue #330FC9
RGB
CMYK
RGB Variations
Color information
#330FC9 (or 0x330FC9) is known color: Medium Blue. HEX triplet: 33, 0F and C9. RGB value is (51,15,201). Sum of RGB (Red+Green+Blue) = 51+15+201=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #330FC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FC9 is #CCF036. Grayscale: #2E2E2E. Windows color (decimal): -13430839 or 13176627. OLE color: 13176627.
HSL color Cylindrical-coordinate representation of color #330FC9: hue angle of 251.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FC9 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 15 | 201 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.21 |
| HSL | 251.61º | 0.86% | 0.42% | - |
| HSV(B) | 251.61º | 0.93% | 0.79% | - |
| XYZ | 12.08 | 5.26 | 55.64 | - |
| YUV | 46.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 201 | 0.75 | 0.93 | 0 | 0.21 | 251.61 | 0.86 | 0.42 |
| Hex | 33 | F | C9 | 4B | 5D | 0 | 15 | FC | 56 | 2A |
| Octal | 63 | 17 | 311 | 113 | 135 | 0 | 25 | 374 | 126 | 52 |
| Binary | 110011 | 1111 | 11001001 | 1001011 | 1011101 | 0 | 10101 | 11111100 | 1010110 | 101010 |
Color Harmonies of #330FC9
Complementary color
Monochromatic Colors of #330FC9
Black with #330FC9
Text Example
Text Example
White with #330FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FC9; }
p { color: rgb(51,15,201); }
H1.HeaderClassName
{
color: #330FC9;
}
.AnyTagClassName
{
color: #330FC9;
}
</style>
background-color css
<style>
a { background-color: #330FC9; }
a { background-color: rgb(51,15,201); }
div.DivClassName
{
background-color: #330FC9;
}
.BgClassName
{
background-color: #330FC9;
}
</style>
border-color css
<style>
span { border-color: #330FC9; }
span { border-color: rgb(51,15,201); }
td.TdClassName
{
border-color: #330FC9;
}
.TagClassName
{
border-color: #330FC9;
}
</style>