Shades of Ultramarine #3313AA
Tints of Ultramarine #3313AA
RGB
CMYK
RGB Variations
Color information
#3313AA (or 0x3313AA) is known color: Ultramarine. HEX triplet: 33, 13 and AA. RGB value is (51,19,170). Sum of RGB (Red+Green+Blue) = 51+19+170=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3313AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313AA is #CCEC55. Grayscale: #2D2D2D. Windows color (decimal): -13429846 or 11146035. OLE color: 11146035.
HSL color Cylindrical-coordinate representation of color #3313AA: hue angle of 252.72º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3313AA is Cyan = 0.7, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 19 | 170 | - |
| CMYK | 0.7 | 0.89 | 0 | 0.33 |
| HSL | 252.72º | 0.8% | 0.37% | - |
| HSV(B) | 252.72º | 0.89% | 0.67% | - |
| XYZ | 8.85 | 4.07 | 38.35 | - |
| YUV | 45.78 | 198.1 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 170 | 0.7 | 0.89 | 0 | 0.33 | 252.72 | 0.8 | 0.37 |
| Hex | 33 | 13 | AA | 46 | 59 | 0 | 21 | FD | 50 | 25 |
| Octal | 63 | 23 | 252 | 106 | 131 | 0 | 41 | 375 | 120 | 45 |
| Binary | 110011 | 10011 | 10101010 | 1000110 | 1011001 | 0 | 100001 | 11111101 | 1010000 | 100101 |
Color Harmonies of #3313AA
Complementary color
Monochromatic Colors of #3313AA
Black with #3313AA
Text Example
Text Example
White with #3313AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313AA; }
p { color: rgb(51,19,170); }
H1.HeaderClassName
{
color: #3313AA;
}
.AnyTagClassName
{
color: #3313AA;
}
</style>
background-color css
<style>
a { background-color: #3313AA; }
a { background-color: rgb(51,19,170); }
div.DivClassName
{
background-color: #3313AA;
}
.BgClassName
{
background-color: #3313AA;
}
</style>
border-color css
<style>
span { border-color: #3313AA; }
span { border-color: rgb(51,19,170); }
td.TdClassName
{
border-color: #3313AA;
}
.TagClassName
{
border-color: #3313AA;
}
</style>