Shades of Ultramarine #330DAC
Tints of Ultramarine #330DAC
RGB
CMYK
RGB Variations
Color information
#330DAC (or 0x330DAC) is known color: Ultramarine. HEX triplet: 33, 0D and AC. RGB value is (51,13,172). Sum of RGB (Red+Green+Blue) = 51+13+172=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #330DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330DAC is #CCF253. Grayscale: #292929. Windows color (decimal): -13431380 or 11275571. OLE color: 11275571.
HSL color Cylindrical-coordinate representation of color #330DAC: hue angle of 254.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330DAC is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 13 | 172 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.33 |
| HSL | 254.34º | 0.86% | 0.36% | - |
| HSV(B) | 254.34º | 0.92% | 0.67% | - |
| XYZ | 8.96 | 3.97 | 39.32 | - |
| YUV | 42.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 172 | 0.70 | 0.92 | 0 | 0.33 | 254.34 | 0.86 | 0.36 |
| Hex | 33 | D | AC | 46 | 5C | 0 | 21 | FE | 56 | 24 |
| Octal | 63 | 15 | 254 | 106 | 134 | 0 | 41 | 376 | 126 | 44 |
| Binary | 110011 | 1101 | 10101100 | 1000110 | 1011100 | 0 | 100001 | 11111110 | 1010110 | 100100 |
Color Harmonies of #330DAC
Complementary color
Monochromatic Colors of #330DAC
Black with #330DAC
Text Example
Text Example
White with #330DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DAC; }
p { color: rgb(51,13,172); }
H1.HeaderClassName
{
color: #330DAC;
}
.AnyTagClassName
{
color: #330DAC;
}
</style>
background-color css
<style>
a { background-color: #330DAC; }
a { background-color: rgb(51,13,172); }
div.DivClassName
{
background-color: #330DAC;
}
.BgClassName
{
background-color: #330DAC;
}
</style>
border-color css
<style>
span { border-color: #330DAC; }
span { border-color: rgb(51,13,172); }
td.TdClassName
{
border-color: #330DAC;
}
.TagClassName
{
border-color: #330DAC;
}
</style>