Shades of Ultramarine #3409BA
Tints of Ultramarine #3409BA
RGB
CMYK
RGB Variations
Color information
#3409BA (or 0x3409BA) is known color: Ultramarine. HEX triplet: 34, 09 and BA. RGB value is (52,9,186). Sum of RGB (Red+Green+Blue) = 52+9+186=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #3409BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409BA is #CBF645. Grayscale: #292929. Windows color (decimal): -13366854 or 12192052. OLE color: 12192052.
HSL color Cylindrical-coordinate representation of color #3409BA: hue angle of 254.58º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409BA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 9 | 186 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.27 |
| HSL | 254.58º | 0.91% | 0.38% | - |
| HSV(B) | 254.58º | 0.95% | 0.73% | - |
| XYZ | 10.38 | 4.47 | 46.77 | - |
| YUV | 42.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 186 | 0.72 | 0.95 | 0 | 0.27 | 254.58 | 0.91 | 0.38 |
| Hex | 34 | 9 | BA | 48 | 5F | 0 | 1B | FF | 5B | 26 |
| Octal | 64 | 11 | 272 | 110 | 137 | 0 | 33 | 377 | 133 | 46 |
| Binary | 110100 | 1001 | 10111010 | 1001000 | 1011111 | 0 | 11011 | 11111111 | 1011011 | 100110 |
Color Harmonies of #3409BA
Complementary color
Monochromatic Colors of #3409BA
Black with #3409BA
Text Example
Text Example
White with #3409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409BA; }
p { color: rgb(52,9,186); }
H1.HeaderClassName
{
color: #3409BA;
}
.AnyTagClassName
{
color: #3409BA;
}
</style>
background-color css
<style>
a { background-color: #3409BA; }
a { background-color: rgb(52,9,186); }
div.DivClassName
{
background-color: #3409BA;
}
.BgClassName
{
background-color: #3409BA;
}
</style>
border-color css
<style>
span { border-color: #3409BA; }
span { border-color: rgb(52,9,186); }
td.TdClassName
{
border-color: #3409BA;
}
.TagClassName
{
border-color: #3409BA;
}
</style>