Shades of Ultramarine #330AAE
Tints of Ultramarine #330AAE
RGB
CMYK
RGB Variations
Color information
#330AAE (or 0x330AAE) is known color: Ultramarine. HEX triplet: 33, 0A and AE. RGB value is (51,10,174). Sum of RGB (Red+Green+Blue) = 51+10+174=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #330AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAE is #CCF551. Grayscale: #282828. Windows color (decimal): -13432146 or 11405875. OLE color: 11405875.
HSL color Cylindrical-coordinate representation of color #330AAE: hue angle of 255º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AAE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 10 | 174 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.32 |
| HSL | 255º | 0.89% | 0.36% | - |
| HSV(B) | 255º | 0.94% | 0.68% | - |
| XYZ | 9.11 | 3.98 | 40.33 | - |
| YUV | 40.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 174 | 0.71 | 0.94 | 0 | 0.32 | 255 | 0.89 | 0.36 |
| Hex | 33 | A | AE | 47 | 5E | 0 | 20 | FF | 59 | 24 |
| Octal | 63 | 12 | 256 | 107 | 136 | 0 | 40 | 377 | 131 | 44 |
| Binary | 110011 | 1010 | 10101110 | 1000111 | 1011110 | 0 | 100000 | 11111111 | 1011001 | 100100 |
Color Harmonies of #330AAE
Complementary color
Monochromatic Colors of #330AAE
Black with #330AAE
Text Example
Text Example
White with #330AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AAE; }
p { color: rgb(51,10,174); }
H1.HeaderClassName
{
color: #330AAE;
}
.AnyTagClassName
{
color: #330AAE;
}
</style>
background-color css
<style>
a { background-color: #330AAE; }
a { background-color: rgb(51,10,174); }
div.DivClassName
{
background-color: #330AAE;
}
.BgClassName
{
background-color: #330AAE;
}
</style>
border-color css
<style>
span { border-color: #330AAE; }
span { border-color: rgb(51,10,174); }
td.TdClassName
{
border-color: #330AAE;
}
.TagClassName
{
border-color: #330AAE;
}
</style>