Shades of Ultramarine #330CB7
Tints of Ultramarine #330CB7
RGB
CMYK
RGB Variations
Color information
#330CB7 (or 0x330CB7) is known color: Ultramarine. HEX triplet: 33, 0C and B7. RGB value is (51,12,183). Sum of RGB (Red+Green+Blue) = 51+12+183=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 183 (71.88% from 255 or 74.39% from 246); Max value from RGB is 183 - color contains mainly: blue. Hex color #330CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CB7 is #CCF348. Grayscale: #2A2A2A. Windows color (decimal): -13431625 or 11996211. OLE color: 11996211.
HSL color Cylindrical-coordinate representation of color #330CB7: hue angle of 253.68º degrees, saturation: 0.88, 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 #330CB7 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 12 | 183 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.28 |
| HSL | 253.68º | 0.88% | 0.38% | - |
| HSV(B) | 253.68º | 0.93% | 0.72% | - |
| XYZ | 10.04 | 4.39 | 45.12 | - |
| YUV | 43.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 183 | 0.72 | 0.93 | 0 | 0.28 | 253.68 | 0.88 | 0.38 |
| Hex | 33 | C | B7 | 48 | 5D | 0 | 1C | FE | 58 | 26 |
| Octal | 63 | 14 | 267 | 110 | 135 | 0 | 34 | 376 | 130 | 46 |
| Binary | 110011 | 1100 | 10110111 | 1001000 | 1011101 | 0 | 11100 | 11111110 | 1011000 | 100110 |
Color Harmonies of #330CB7
Complementary color
Monochromatic Colors of #330CB7
Black with #330CB7
Text Example
Text Example
White with #330CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CB7; }
p { color: rgb(51,12,183); }
H1.HeaderClassName
{
color: #330CB7;
}
.AnyTagClassName
{
color: #330CB7;
}
</style>
background-color css
<style>
a { background-color: #330CB7; }
a { background-color: rgb(51,12,183); }
div.DivClassName
{
background-color: #330CB7;
}
.BgClassName
{
background-color: #330CB7;
}
</style>
border-color css
<style>
span { border-color: #330CB7; }
span { border-color: rgb(51,12,183); }
td.TdClassName
{
border-color: #330CB7;
}
.TagClassName
{
border-color: #330CB7;
}
</style>