Shades of Ultramarine #331AAA
Tints of Ultramarine #331AAA
RGB
CMYK
RGB Variations
Color information
#331AAA (or 0x331AAA) is known color: Ultramarine. HEX triplet: 33, 1A and AA. RGB value is (51,26,170). Sum of RGB (Red+Green+Blue) = 51+26+170=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #331AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331AAA is #CCE555. Grayscale: #313131. Windows color (decimal): -13428054 or 11147827. OLE color: 11147827.
HSL color Cylindrical-coordinate representation of color #331AAA: hue angle of 250.42º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331AAA is Cyan = 0.7, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 26 | 170 | - |
| CMYK | 0.7 | 0.85 | 0 | 0.33 |
| HSL | 250.42º | 0.73% | 0.38% | - |
| HSV(B) | 250.42º | 0.85% | 0.67% | - |
| XYZ | 8.99 | 4.34 | 38.4 | - |
| YUV | 49.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 170 | 0.7 | 0.85 | 0 | 0.33 | 250.42 | 0.73 | 0.38 |
| Hex | 33 | 1A | AA | 46 | 55 | 0 | 21 | FA | 49 | 26 |
| Octal | 63 | 32 | 252 | 106 | 125 | 0 | 41 | 372 | 111 | 46 |
| Binary | 110011 | 11010 | 10101010 | 1000110 | 1010101 | 0 | 100001 | 11111010 | 1001001 | 100110 |
Color Harmonies of #331AAA
Complementary color
Monochromatic Colors of #331AAA
Black with #331AAA
Text Example
Text Example
White with #331AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331AAA; }
p { color: rgb(51,26,170); }
H1.HeaderClassName
{
color: #331AAA;
}
.AnyTagClassName
{
color: #331AAA;
}
</style>
background-color css
<style>
a { background-color: #331AAA; }
a { background-color: rgb(51,26,170); }
div.DivClassName
{
background-color: #331AAA;
}
.BgClassName
{
background-color: #331AAA;
}
</style>
border-color css
<style>
span { border-color: #331AAA; }
span { border-color: rgb(51,26,170); }
td.TdClassName
{
border-color: #331AAA;
}
.TagClassName
{
border-color: #331AAA;
}
</style>