Shades of Ultramarine #330BA8
Tints of Ultramarine #330BA8
RGB
CMYK
RGB Variations
Color information
#330BA8 (or 0x330BA8) is known color: Ultramarine. HEX triplet: 33, 0B and A8. RGB value is (51,11,168). Sum of RGB (Red+Green+Blue) = 51+11+168=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 168 (66.02% from 255 or 73.04% from 230); Max value from RGB is 168 - color contains mainly: blue. Hex color #330BA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BA8 is #CCF457. Grayscale: #282828. Windows color (decimal): -13431896 or 11012915. OLE color: 11012915.
HSL color Cylindrical-coordinate representation of color #330BA8: hue angle of 255.29º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330BA8 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 11 | 168 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.34 |
| HSL | 255.29º | 0.88% | 0.35% | - |
| HSV(B) | 255.29º | 0.93% | 0.66% | - |
| XYZ | 8.55 | 3.77 | 37.32 | - |
| YUV | 40.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 168 | 0.70 | 0.93 | 0 | 0.34 | 255.29 | 0.88 | 0.35 |
| Hex | 33 | B | A8 | 46 | 5D | 0 | 22 | FF | 58 | 23 |
| Octal | 63 | 13 | 250 | 106 | 135 | 0 | 42 | 377 | 130 | 43 |
| Binary | 110011 | 1011 | 10101000 | 1000110 | 1011101 | 0 | 100010 | 11111111 | 1011000 | 100011 |
Color Harmonies of #330BA8
Complementary color
Monochromatic Colors of #330BA8
Black with #330BA8
Text Example
Text Example
White with #330BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BA8; }
p { color: rgb(51,11,168); }
H1.HeaderClassName
{
color: #330BA8;
}
.AnyTagClassName
{
color: #330BA8;
}
</style>
background-color css
<style>
a { background-color: #330BA8; }
a { background-color: rgb(51,11,168); }
div.DivClassName
{
background-color: #330BA8;
}
.BgClassName
{
background-color: #330BA8;
}
</style>
border-color css
<style>
span { border-color: #330BA8; }
span { border-color: rgb(51,11,168); }
td.TdClassName
{
border-color: #330BA8;
}
.TagClassName
{
border-color: #330BA8;
}
</style>