Shades of Medium Blue #330DBF
Tints of Medium Blue #330DBF
RGB
CMYK
RGB Variations
Color information
#330DBF (or 0x330DBF) is known color: Medium Blue. HEX triplet: 33, 0D and BF. RGB value is (51,13,191). Sum of RGB (Red+Green+Blue) = 51+13+191=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #330DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DBF is #CCF240. Grayscale: #2B2B2B. Windows color (decimal): -13431361 or 12520755. OLE color: 12520755.
HSL color Cylindrical-coordinate representation of color #330DBF: hue angle of 252.81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330DBF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 13 | 191 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.25 |
| HSL | 252.81º | 0.87% | 0.4% | - |
| HSV(B) | 252.81º | 0.93% | 0.75% | - |
| XYZ | 10.91 | 4.75 | 49.63 | - |
| YUV | 44.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 191 | 0.73 | 0.93 | 0 | 0.25 | 252.81 | 0.87 | 0.4 |
| Hex | 33 | D | BF | 49 | 5D | 0 | 19 | FD | 57 | 28 |
| Octal | 63 | 15 | 277 | 111 | 135 | 0 | 31 | 375 | 127 | 50 |
| Binary | 110011 | 1101 | 10111111 | 1001001 | 1011101 | 0 | 11001 | 11111101 | 1010111 | 101000 |
Color Harmonies of #330DBF
Complementary color
Monochromatic Colors of #330DBF
Black with #330DBF
Text Example
Text Example
White with #330DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DBF; }
p { color: rgb(51,13,191); }
H1.HeaderClassName
{
color: #330DBF;
}
.AnyTagClassName
{
color: #330DBF;
}
</style>
background-color css
<style>
a { background-color: #330DBF; }
a { background-color: rgb(51,13,191); }
div.DivClassName
{
background-color: #330DBF;
}
.BgClassName
{
background-color: #330DBF;
}
</style>
border-color css
<style>
span { border-color: #330DBF; }
span { border-color: rgb(51,13,191); }
td.TdClassName
{
border-color: #330DBF;
}
.TagClassName
{
border-color: #330DBF;
}
</style>