Shades of Ultramarine #330BAB
Tints of Ultramarine #330BAB
RGB
CMYK
RGB Variations
Color information
#330BAB (or 0x330BAB) is known color: Ultramarine. HEX triplet: 33, 0B and AB. RGB value is (51,11,171). Sum of RGB (Red+Green+Blue) = 51+11+171=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #330BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BAB is #CCF454. Grayscale: #282828. Windows color (decimal): -13431893 or 11209523. OLE color: 11209523.
HSL color Cylindrical-coordinate representation of color #330BAB: hue angle of 255º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330BAB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 11 | 171 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.33 |
| HSL | 255º | 0.88% | 0.36% | - |
| HSV(B) | 255º | 0.94% | 0.67% | - |
| XYZ | 8.84 | 3.88 | 38.81 | - |
| YUV | 41.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 171 | 0.70 | 0.94 | 0 | 0.33 | 255 | 0.88 | 0.36 |
| Hex | 33 | B | AB | 46 | 5E | 0 | 21 | FF | 58 | 24 |
| Octal | 63 | 13 | 253 | 106 | 136 | 0 | 41 | 377 | 130 | 44 |
| Binary | 110011 | 1011 | 10101011 | 1000110 | 1011110 | 0 | 100001 | 11111111 | 1011000 | 100100 |
Color Harmonies of #330BAB
Complementary color
Monochromatic Colors of #330BAB
Black with #330BAB
Text Example
Text Example
White with #330BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BAB; }
p { color: rgb(51,11,171); }
H1.HeaderClassName
{
color: #330BAB;
}
.AnyTagClassName
{
color: #330BAB;
}
</style>
background-color css
<style>
a { background-color: #330BAB; }
a { background-color: rgb(51,11,171); }
div.DivClassName
{
background-color: #330BAB;
}
.BgClassName
{
background-color: #330BAB;
}
</style>
border-color css
<style>
span { border-color: #330BAB; }
span { border-color: rgb(51,11,171); }
td.TdClassName
{
border-color: #330BAB;
}
.TagClassName
{
border-color: #330BAB;
}
</style>