Shades of Ultramarine #330AAA
Tints of Ultramarine #330AAA
RGB
CMYK
RGB Variations
Color information
#330AAA (or 0x330AAA) is known color: Ultramarine. HEX triplet: 33, 0A and AA. RGB value is (51,10,170). Sum of RGB (Red+Green+Blue) = 51+10+170=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #330AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAA is #CCF555. Grayscale: #272727. Windows color (decimal): -13432150 or 11143731. OLE color: 11143731.
HSL color Cylindrical-coordinate representation of color #330AAA: hue angle of 255.38º 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 #330AAA is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 10 | 170 | - |
| CMYK | 0.7 | 0.94 | 0 | 0.33 |
| HSL | 255.38º | 0.89% | 0.35% | - |
| HSV(B) | 255.38º | 0.94% | 0.67% | - |
| XYZ | 8.73 | 3.82 | 38.31 | - |
| YUV | 40.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 170 | 0.7 | 0.94 | 0 | 0.33 | 255.38 | 0.89 | 0.35 |
| Hex | 33 | A | AA | 46 | 5E | 0 | 21 | FF | 59 | 23 |
| Octal | 63 | 12 | 252 | 106 | 136 | 0 | 41 | 377 | 131 | 43 |
| Binary | 110011 | 1010 | 10101010 | 1000110 | 1011110 | 0 | 100001 | 11111111 | 1011001 | 100011 |
Color Harmonies of #330AAA
Complementary color
Monochromatic Colors of #330AAA
Black with #330AAA
Text Example
Text Example
White with #330AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AAA; }
p { color: rgb(51,10,170); }
H1.HeaderClassName
{
color: #330AAA;
}
.AnyTagClassName
{
color: #330AAA;
}
</style>
background-color css
<style>
a { background-color: #330AAA; }
a { background-color: rgb(51,10,170); }
div.DivClassName
{
background-color: #330AAA;
}
.BgClassName
{
background-color: #330AAA;
}
</style>
border-color css
<style>
span { border-color: #330AAA; }
span { border-color: rgb(51,10,170); }
td.TdClassName
{
border-color: #330AAA;
}
.TagClassName
{
border-color: #330AAA;
}
</style>