Shades of Ultramarine #3404BA
Tints of Ultramarine #3404BA
RGB
CMYK
RGB Variations
Color information
#3404BA (or 0x3404BA) is known color: Ultramarine. HEX triplet: 34, 04 and BA. RGB value is (52,4,186). Sum of RGB (Red+Green+Blue) = 52+4+186=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3404BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404BA is #CBFB45. Grayscale: #262626. Windows color (decimal): -13368134 or 12190772. OLE color: 12190772.
HSL color Cylindrical-coordinate representation of color #3404BA: hue angle of 255.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404BA is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 4 | 186 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.27 |
| HSL | 255.82º | 0.96% | 0.37% | - |
| HSV(B) | 255.82º | 0.98% | 0.73% | - |
| XYZ | 10.32 | 4.36 | 46.75 | - |
| YUV | 39.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 186 | 0.72 | 0.98 | 0 | 0.27 | 255.82 | 0.96 | 0.37 |
| Hex | 34 | 4 | BA | 48 | 62 | 0 | 1B | 100 | 60 | 25 |
| Octal | 64 | 4 | 272 | 110 | 142 | 0 | 33 | 400 | 140 | 45 |
| Binary | 110100 | 100 | 10111010 | 1001000 | 1100010 | 0 | 11011 | 100000000 | 1100000 | 100101 |
Color Harmonies of #3404BA
Complementary color
Monochromatic Colors of #3404BA
Black with #3404BA
Text Example
Text Example
White with #3404BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404BA; }
p { color: rgb(52,4,186); }
H1.HeaderClassName
{
color: #3404BA;
}
.AnyTagClassName
{
color: #3404BA;
}
</style>
background-color css
<style>
a { background-color: #3404BA; }
a { background-color: rgb(52,4,186); }
div.DivClassName
{
background-color: #3404BA;
}
.BgClassName
{
background-color: #3404BA;
}
</style>
border-color css
<style>
span { border-color: #3404BA; }
span { border-color: rgb(52,4,186); }
td.TdClassName
{
border-color: #3404BA;
}
.TagClassName
{
border-color: #3404BA;
}
</style>