Shades of Ultramarine #3313AB
Tints of Ultramarine #3313AB
RGB
CMYK
RGB Variations
Color information
#3313AB (or 0x3313AB) is known color: Ultramarine. HEX triplet: 33, 13 and AB. RGB value is (51,19,171). Sum of RGB (Red+Green+Blue) = 51+19+171=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3313AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313AB is #CCEC54. Grayscale: #2D2D2D. Windows color (decimal): -13429845 or 11211571. OLE color: 11211571.
HSL color Cylindrical-coordinate representation of color #3313AB: hue angle of 252.63º 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 #3313AB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 19 | 171 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.33 |
| HSL | 252.63º | 0.8% | 0.37% | - |
| HSV(B) | 252.63º | 0.89% | 0.67% | - |
| XYZ | 8.95 | 4.11 | 38.85 | - |
| YUV | 45.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 171 | 0.70 | 0.89 | 0 | 0.33 | 252.63 | 0.8 | 0.37 |
| Hex | 33 | 13 | AB | 46 | 59 | 0 | 21 | FD | 50 | 25 |
| Octal | 63 | 23 | 253 | 106 | 131 | 0 | 41 | 375 | 120 | 45 |
| Binary | 110011 | 10011 | 10101011 | 1000110 | 1011001 | 0 | 100001 | 11111101 | 1010000 | 100101 |
Color Harmonies of #3313AB
Complementary color
Monochromatic Colors of #3313AB
Black with #3313AB
Text Example
Text Example
White with #3313AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313AB; }
p { color: rgb(51,19,171); }
H1.HeaderClassName
{
color: #3313AB;
}
.AnyTagClassName
{
color: #3313AB;
}
</style>
background-color css
<style>
a { background-color: #3313AB; }
a { background-color: rgb(51,19,171); }
div.DivClassName
{
background-color: #3313AB;
}
.BgClassName
{
background-color: #3313AB;
}
</style>
border-color css
<style>
span { border-color: #3313AB; }
span { border-color: rgb(51,19,171); }
td.TdClassName
{
border-color: #3313AB;
}
.TagClassName
{
border-color: #3313AB;
}
</style>