Shades of Ultramarine #3313A5
Tints of Ultramarine #3313A5
RGB
CMYK
RGB Variations
Color information
#3313A5 (or 0x3313A5) is known color: Ultramarine. HEX triplet: 33, 13 and A5. RGB value is (51,19,165). Sum of RGB (Red+Green+Blue) = 51+19+165=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 165 (64.84% from 255 or 70.21% from 235); Max value from RGB is 165 - color contains mainly: blue. Hex color #3313A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313A5 is #CCEC5A. Grayscale: #2C2C2C. Windows color (decimal): -13429851 or 10818355. OLE color: 10818355.
HSL color Cylindrical-coordinate representation of color #3313A5: hue angle of 253.15º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3313A5 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 19 | 165 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.35 |
| HSL | 253.15º | 0.79% | 0.36% | - |
| HSV(B) | 253.15º | 0.88% | 0.65% | - |
| XYZ | 8.39 | 3.89 | 35.91 | - |
| YUV | 45.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 165 | 0.69 | 0.88 | 0 | 0.35 | 253.15 | 0.79 | 0.36 |
| Hex | 33 | 13 | A5 | 45 | 58 | 0 | 23 | FD | 4F | 24 |
| Octal | 63 | 23 | 245 | 105 | 130 | 0 | 43 | 375 | 117 | 44 |
| Binary | 110011 | 10011 | 10100101 | 1000101 | 1011000 | 0 | 100011 | 11111101 | 1001111 | 100100 |
Color Harmonies of #3313A5
Complementary color
Monochromatic Colors of #3313A5
Black with #3313A5
Text Example
Text Example
White with #3313A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313A5; }
p { color: rgb(51,19,165); }
H1.HeaderClassName
{
color: #3313A5;
}
.AnyTagClassName
{
color: #3313A5;
}
</style>
background-color css
<style>
a { background-color: #3313A5; }
a { background-color: rgb(51,19,165); }
div.DivClassName
{
background-color: #3313A5;
}
.BgClassName
{
background-color: #3313A5;
}
</style>
border-color css
<style>
span { border-color: #3313A5; }
span { border-color: rgb(51,19,165); }
td.TdClassName
{
border-color: #3313A5;
}
.TagClassName
{
border-color: #3313A5;
}
</style>