Shades of Ultramarine #3410BA
Tints of Ultramarine #3410BA
RGB
CMYK
RGB Variations
Color information
#3410BA (or 0x3410BA) is known color: Ultramarine. HEX triplet: 34, 10 and BA. RGB value is (52,16,186). Sum of RGB (Red+Green+Blue) = 52+16+186=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #3410BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3410BA is #CBEF45. Grayscale: #2D2D2D. Windows color (decimal): -13365062 or 12193844. OLE color: 12193844.
HSL color Cylindrical-coordinate representation of color #3410BA: hue angle of 252.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3410BA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 16 | 186 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.27 |
| HSL | 252.71º | 0.84% | 0.4% | - |
| HSV(B) | 252.71º | 0.91% | 0.73% | - |
| XYZ | 10.46 | 4.65 | 46.8 | - |
| YUV | 46.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 186 | 0.72 | 0.91 | 0 | 0.27 | 252.71 | 0.84 | 0.4 |
| Hex | 34 | 10 | BA | 48 | 5B | 0 | 1B | FD | 54 | 28 |
| Octal | 64 | 20 | 272 | 110 | 133 | 0 | 33 | 375 | 124 | 50 |
| Binary | 110100 | 10000 | 10111010 | 1001000 | 1011011 | 0 | 11011 | 11111101 | 1010100 | 101000 |
Color Harmonies of #3410BA
Complementary color
Monochromatic Colors of #3410BA
Black with #3410BA
Text Example
Text Example
White with #3410BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3410BA; }
p { color: rgb(52,16,186); }
H1.HeaderClassName
{
color: #3410BA;
}
.AnyTagClassName
{
color: #3410BA;
}
</style>
background-color css
<style>
a { background-color: #3410BA; }
a { background-color: rgb(52,16,186); }
div.DivClassName
{
background-color: #3410BA;
}
.BgClassName
{
background-color: #3410BA;
}
</style>
border-color css
<style>
span { border-color: #3410BA; }
span { border-color: rgb(52,16,186); }
td.TdClassName
{
border-color: #3410BA;
}
.TagClassName
{
border-color: #3410BA;
}
</style>