Shades of Ultramarine #3313AC
Tints of Ultramarine #3313AC
RGB
CMYK
RGB Variations
Color information
#3313AC (or 0x3313AC) is known color: Ultramarine. HEX triplet: 33, 13 and AC. RGB value is (51,19,172). Sum of RGB (Red+Green+Blue) = 51+19+172=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #3313AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313AC is #CCEC53. Grayscale: #2D2D2D. Windows color (decimal): -13429844 or 11277107. OLE color: 11277107.
HSL color Cylindrical-coordinate representation of color #3313AC: hue angle of 252.55º 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 #3313AC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 19 | 172 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.33 |
| HSL | 252.55º | 0.8% | 0.37% | - |
| HSV(B) | 252.55º | 0.89% | 0.67% | - |
| XYZ | 9.04 | 4.15 | 39.35 | - |
| YUV | 46.01 | 199.1 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 172 | 0.70 | 0.89 | 0 | 0.33 | 252.55 | 0.8 | 0.37 |
| Hex | 33 | 13 | AC | 46 | 59 | 0 | 21 | FD | 50 | 25 |
| Octal | 63 | 23 | 254 | 106 | 131 | 0 | 41 | 375 | 120 | 45 |
| Binary | 110011 | 10011 | 10101100 | 1000110 | 1011001 | 0 | 100001 | 11111101 | 1010000 | 100101 |
Color Harmonies of #3313AC
Complementary color
Monochromatic Colors of #3313AC
Black with #3313AC
Text Example
Text Example
White with #3313AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313AC; }
p { color: rgb(51,19,172); }
H1.HeaderClassName
{
color: #3313AC;
}
.AnyTagClassName
{
color: #3313AC;
}
</style>
background-color css
<style>
a { background-color: #3313AC; }
a { background-color: rgb(51,19,172); }
div.DivClassName
{
background-color: #3313AC;
}
.BgClassName
{
background-color: #3313AC;
}
</style>
border-color css
<style>
span { border-color: #3313AC; }
span { border-color: rgb(51,19,172); }
td.TdClassName
{
border-color: #3313AC;
}
.TagClassName
{
border-color: #3313AC;
}
</style>