Shades of Ultramarine #3402BA
Tints of Ultramarine #3402BA
RGB
CMYK
RGB Variations
Color information
#3402BA (or 0x3402BA) is known color: Ultramarine. HEX triplet: 34, 02 and BA. RGB value is (52,2,186). Sum of RGB (Red+Green+Blue) = 52+2+186=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #3402BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402BA is #CBFD45. Grayscale: #252525. Windows color (decimal): -13368646 or 12190260. OLE color: 12190260.
HSL color Cylindrical-coordinate representation of color #3402BA: hue angle of 256.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402BA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 2 | 186 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.27 |
| HSL | 256.3º | 0.98% | 0.37% | - |
| HSV(B) | 256.3º | 0.99% | 0.73% | - |
| XYZ | 10.3 | 4.32 | 46.75 | - |
| YUV | 37.93 | 211.57 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 186 | 0.72 | 0.99 | 0 | 0.27 | 256.3 | 0.98 | 0.37 |
| Hex | 34 | 2 | BA | 48 | 63 | 0 | 1B | 100 | 62 | 25 |
| Octal | 64 | 2 | 272 | 110 | 143 | 0 | 33 | 400 | 142 | 45 |
| Binary | 110100 | 10 | 10111010 | 1001000 | 1100011 | 0 | 11011 | 100000000 | 1100010 | 100101 |
Color Harmonies of #3402BA
Complementary color
Monochromatic Colors of #3402BA
Black with #3402BA
Text Example
Text Example
White with #3402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3402BA; }
p { color: rgb(52,2,186); }
H1.HeaderClassName
{
color: #3402BA;
}
.AnyTagClassName
{
color: #3402BA;
}
</style>
background-color css
<style>
a { background-color: #3402BA; }
a { background-color: rgb(52,2,186); }
div.DivClassName
{
background-color: #3402BA;
}
.BgClassName
{
background-color: #3402BA;
}
</style>
border-color css
<style>
span { border-color: #3402BA; }
span { border-color: rgb(52,2,186); }
td.TdClassName
{
border-color: #3402BA;
}
.TagClassName
{
border-color: #3402BA;
}
</style>