Shades of Ultramarine #3311AA
Tints of Ultramarine #3311AA
RGB
CMYK
RGB Variations
Color information
#3311AA (or 0x3311AA) is known color: Ultramarine. HEX triplet: 33, 11 and AA. RGB value is (51,17,170). Sum of RGB (Red+Green+Blue) = 51+17+170=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #3311AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3311AA is #CCEE55. Grayscale: #2C2C2C. Windows color (decimal): -13430358 or 11145523. OLE color: 11145523.
HSL color Cylindrical-coordinate representation of color #3311AA: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3311AA is Cyan = 0.7, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 17 | 170 | - |
| CMYK | 0.7 | 0.9 | 0 | 0.33 |
| HSL | 253.33º | 0.82% | 0.37% | - |
| HSV(B) | 253.33º | 0.9% | 0.67% | - |
| XYZ | 8.82 | 4.01 | 38.34 | - |
| YUV | 44.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 170 | 0.7 | 0.9 | 0 | 0.33 | 253.33 | 0.82 | 0.37 |
| Hex | 33 | 11 | AA | 46 | 5A | 0 | 21 | FD | 52 | 25 |
| Octal | 63 | 21 | 252 | 106 | 132 | 0 | 41 | 375 | 122 | 45 |
| Binary | 110011 | 10001 | 10101010 | 1000110 | 1011010 | 0 | 100001 | 11111101 | 1010010 | 100101 |
Color Harmonies of #3311AA
Complementary color
Monochromatic Colors of #3311AA
Black with #3311AA
Text Example
Text Example
White with #3311AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311AA; }
p { color: rgb(51,17,170); }
H1.HeaderClassName
{
color: #3311AA;
}
.AnyTagClassName
{
color: #3311AA;
}
</style>
background-color css
<style>
a { background-color: #3311AA; }
a { background-color: rgb(51,17,170); }
div.DivClassName
{
background-color: #3311AA;
}
.BgClassName
{
background-color: #3311AA;
}
</style>
border-color css
<style>
span { border-color: #3311AA; }
span { border-color: rgb(51,17,170); }
td.TdClassName
{
border-color: #3311AA;
}
.TagClassName
{
border-color: #3311AA;
}
</style>