Shades of Ultramarine #330DB7
Tints of Ultramarine #330DB7
RGB
CMYK
RGB Variations
Color information
#330DB7 (or 0x330DB7) is known color: Ultramarine. HEX triplet: 33, 0D and B7. RGB value is (51,13,183). Sum of RGB (Red+Green+Blue) = 51+13+183=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #330DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DB7 is #CCF248. Grayscale: #2B2B2B. Windows color (decimal): -13431369 or 11996467. OLE color: 11996467.
HSL color Cylindrical-coordinate representation of color #330DB7: hue angle of 253.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330DB7 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 13 | 183 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.28 |
| HSL | 253.41º | 0.87% | 0.38% | - |
| HSV(B) | 253.41º | 0.93% | 0.72% | - |
| XYZ | 10.06 | 4.41 | 45.12 | - |
| YUV | 43.74 | 206.59 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 183 | 0.72 | 0.93 | 0 | 0.28 | 253.41 | 0.87 | 0.38 |
| Hex | 33 | D | B7 | 48 | 5D | 0 | 1C | FD | 57 | 26 |
| Octal | 63 | 15 | 267 | 110 | 135 | 0 | 34 | 375 | 127 | 46 |
| Binary | 110011 | 1101 | 10110111 | 1001000 | 1011101 | 0 | 11100 | 11111101 | 1010111 | 100110 |
Color Harmonies of #330DB7
Complementary color
Monochromatic Colors of #330DB7
Black with #330DB7
Text Example
Text Example
White with #330DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DB7; }
p { color: rgb(51,13,183); }
H1.HeaderClassName
{
color: #330DB7;
}
.AnyTagClassName
{
color: #330DB7;
}
</style>
background-color css
<style>
a { background-color: #330DB7; }
a { background-color: rgb(51,13,183); }
div.DivClassName
{
background-color: #330DB7;
}
.BgClassName
{
background-color: #330DB7;
}
</style>
border-color css
<style>
span { border-color: #330DB7; }
span { border-color: rgb(51,13,183); }
td.TdClassName
{
border-color: #330DB7;
}
.TagClassName
{
border-color: #330DB7;
}
</style>