Shades of Ultramarine #340DB5
Tints of Ultramarine #340DB5
RGB
CMYK
RGB Variations
Color information
#340DB5 (or 0x340DB5) is known color: Ultramarine. HEX triplet: 34, 0D and B5. RGB value is (52,13,181). Sum of RGB (Red+Green+Blue) = 52+13+181=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #340DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DB5 is #CBF24A. Grayscale: #2B2B2B. Windows color (decimal): -13365835 or 11865396. OLE color: 11865396.
HSL color Cylindrical-coordinate representation of color #340DB5: hue angle of 253.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340DB5 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 13 | 181 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.29 |
| HSL | 253.93º | 0.87% | 0.38% | - |
| HSV(B) | 253.93º | 0.93% | 0.71% | - |
| XYZ | 9.9 | 4.35 | 44.03 | - |
| YUV | 43.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 181 | 0.71 | 0.93 | 0 | 0.29 | 253.93 | 0.87 | 0.38 |
| Hex | 34 | D | B5 | 47 | 5D | 0 | 1D | FE | 57 | 26 |
| Octal | 64 | 15 | 265 | 107 | 135 | 0 | 35 | 376 | 127 | 46 |
| Binary | 110100 | 1101 | 10110101 | 1000111 | 1011101 | 0 | 11101 | 11111110 | 1010111 | 100110 |
Color Harmonies of #340DB5
Complementary color
Monochromatic Colors of #340DB5
Black with #340DB5
Text Example
Text Example
White with #340DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340DB5; }
p { color: rgb(52,13,181); }
H1.HeaderClassName
{
color: #340DB5;
}
.AnyTagClassName
{
color: #340DB5;
}
</style>
background-color css
<style>
a { background-color: #340DB5; }
a { background-color: rgb(52,13,181); }
div.DivClassName
{
background-color: #340DB5;
}
.BgClassName
{
background-color: #340DB5;
}
</style>
border-color css
<style>
span { border-color: #340DB5; }
span { border-color: rgb(52,13,181); }
td.TdClassName
{
border-color: #340DB5;
}
.TagClassName
{
border-color: #340DB5;
}
</style>