Shades of Ultramarine #3408BA
Tints of Ultramarine #3408BA
RGB
CMYK
RGB Variations
Color information
#3408BA (or 0x3408BA) is known color: Ultramarine. HEX triplet: 34, 08 and BA. RGB value is (52,8,186). Sum of RGB (Red+Green+Blue) = 52+8+186=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #3408BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3408BA is #CBF745. Grayscale: #282828. Windows color (decimal): -13367110 or 12191796. OLE color: 12191796.
HSL color Cylindrical-coordinate representation of color #3408BA: hue angle of 254.83º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3408BA is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 8 | 186 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.27 |
| HSL | 254.83º | 0.92% | 0.38% | - |
| HSV(B) | 254.83º | 0.96% | 0.73% | - |
| XYZ | 10.37 | 4.45 | 46.77 | - |
| YUV | 41.45 | 209.58 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 186 | 0.72 | 0.96 | 0 | 0.27 | 254.83 | 0.92 | 0.38 |
| Hex | 34 | 8 | BA | 48 | 60 | 0 | 1B | FF | 5C | 26 |
| Octal | 64 | 10 | 272 | 110 | 140 | 0 | 33 | 377 | 134 | 46 |
| Binary | 110100 | 1000 | 10111010 | 1001000 | 1100000 | 0 | 11011 | 11111111 | 1011100 | 100110 |
Color Harmonies of #3408BA
Complementary color
Monochromatic Colors of #3408BA
Black with #3408BA
Text Example
Text Example
White with #3408BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408BA; }
p { color: rgb(52,8,186); }
H1.HeaderClassName
{
color: #3408BA;
}
.AnyTagClassName
{
color: #3408BA;
}
</style>
background-color css
<style>
a { background-color: #3408BA; }
a { background-color: rgb(52,8,186); }
div.DivClassName
{
background-color: #3408BA;
}
.BgClassName
{
background-color: #3408BA;
}
</style>
border-color css
<style>
span { border-color: #3408BA; }
span { border-color: rgb(52,8,186); }
td.TdClassName
{
border-color: #3408BA;
}
.TagClassName
{
border-color: #3408BA;
}
</style>