Shades of Ultramarine #3313A4
Tints of Ultramarine #3313A4
RGB
CMYK
RGB Variations
Color information
#3313A4 (or 0x3313A4) is known color: Ultramarine. HEX triplet: 33, 13 and A4. RGB value is (51,19,164). Sum of RGB (Red+Green+Blue) = 51+19+164=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #3313A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313A4 is #CCEC5B. Grayscale: #2C2C2C. Windows color (decimal): -13429852 or 10752819. OLE color: 10752819.
HSL color Cylindrical-coordinate representation of color #3313A4: hue angle of 253.24º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3313A4 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 19 | 164 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.36 |
| HSL | 253.24º | 0.79% | 0.36% | - |
| HSV(B) | 253.24º | 0.88% | 0.64% | - |
| XYZ | 8.3 | 3.85 | 35.43 | - |
| YUV | 45.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 164 | 0.69 | 0.88 | 0 | 0.36 | 253.24 | 0.79 | 0.36 |
| Hex | 33 | 13 | A4 | 45 | 58 | 0 | 24 | FD | 4F | 24 |
| Octal | 63 | 23 | 244 | 105 | 130 | 0 | 44 | 375 | 117 | 44 |
| Binary | 110011 | 10011 | 10100100 | 1000101 | 1011000 | 0 | 100100 | 11111101 | 1001111 | 100100 |
Color Harmonies of #3313A4
Complementary color
Monochromatic Colors of #3313A4
Black with #3313A4
Text Example
Text Example
White with #3313A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313A4; }
p { color: rgb(51,19,164); }
H1.HeaderClassName
{
color: #3313A4;
}
.AnyTagClassName
{
color: #3313A4;
}
</style>
background-color css
<style>
a { background-color: #3313A4; }
a { background-color: rgb(51,19,164); }
div.DivClassName
{
background-color: #3313A4;
}
.BgClassName
{
background-color: #3313A4;
}
</style>
border-color css
<style>
span { border-color: #3313A4; }
span { border-color: rgb(51,19,164); }
td.TdClassName
{
border-color: #3313A4;
}
.TagClassName
{
border-color: #3313A4;
}
</style>