Shades of Ultramarine #330AAB
Tints of Ultramarine #330AAB
RGB
CMYK
RGB Variations
Color information
#330AAB (or 0x330AAB) is known color: Ultramarine. HEX triplet: 33, 0A and AB. RGB value is (51,10,171). Sum of RGB (Red+Green+Blue) = 51+10+171=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #330AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAB is #CCF554. Grayscale: #282828. Windows color (decimal): -13432149 or 11209267. OLE color: 11209267.
HSL color Cylindrical-coordinate representation of color #330AAB: hue angle of 255.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AAB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 10 | 171 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.33 |
| HSL | 255.28º | 0.89% | 0.35% | - |
| HSV(B) | 255.28º | 0.94% | 0.67% | - |
| XYZ | 8.82 | 3.86 | 38.81 | - |
| YUV | 40.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 171 | 0.70 | 0.94 | 0 | 0.33 | 255.28 | 0.89 | 0.35 |
| Hex | 33 | A | AB | 46 | 5E | 0 | 21 | FF | 59 | 23 |
| Octal | 63 | 12 | 253 | 106 | 136 | 0 | 41 | 377 | 131 | 43 |
| Binary | 110011 | 1010 | 10101011 | 1000110 | 1011110 | 0 | 100001 | 11111111 | 1011001 | 100011 |
Color Harmonies of #330AAB
Complementary color
Monochromatic Colors of #330AAB
Black with #330AAB
Text Example
Text Example
White with #330AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AAB; }
p { color: rgb(51,10,171); }
H1.HeaderClassName
{
color: #330AAB;
}
.AnyTagClassName
{
color: #330AAB;
}
</style>
background-color css
<style>
a { background-color: #330AAB; }
a { background-color: rgb(51,10,171); }
div.DivClassName
{
background-color: #330AAB;
}
.BgClassName
{
background-color: #330AAB;
}
</style>
border-color css
<style>
span { border-color: #330AAB; }
span { border-color: rgb(51,10,171); }
td.TdClassName
{
border-color: #330AAB;
}
.TagClassName
{
border-color: #330AAB;
}
</style>