Shades of Ultramarine #340DB4
Tints of Ultramarine #340DB4
RGB
CMYK
RGB Variations
Color information
#340DB4 (or 0x340DB4) is known color: Ultramarine. HEX triplet: 34, 0D and B4. RGB value is (52,13,180). Sum of RGB (Red+Green+Blue) = 52+13+180=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #340DB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DB4 is #CBF24B. Grayscale: #2B2B2B. Windows color (decimal): -13365836 or 11799860. OLE color: 11799860.
HSL color Cylindrical-coordinate representation of color #340DB4: hue angle of 254.01º 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 #340DB4 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 13 | 180 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.29 |
| HSL | 254.01º | 0.87% | 0.38% | - |
| HSV(B) | 254.01º | 0.93% | 0.71% | - |
| XYZ | 9.8 | 4.31 | 43.5 | - |
| YUV | 43.7 | 204.92 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 180 | 0.71 | 0.93 | 0 | 0.29 | 254.01 | 0.87 | 0.38 |
| Hex | 34 | D | B4 | 47 | 5D | 0 | 1D | FE | 57 | 26 |
| Octal | 64 | 15 | 264 | 107 | 135 | 0 | 35 | 376 | 127 | 46 |
| Binary | 110100 | 1101 | 10110100 | 1000111 | 1011101 | 0 | 11101 | 11111110 | 1010111 | 100110 |
Color Harmonies of #340DB4
Complementary color
Monochromatic Colors of #340DB4
Black with #340DB4
Text Example
Text Example
White with #340DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340DB4; }
p { color: rgb(52,13,180); }
H1.HeaderClassName
{
color: #340DB4;
}
.AnyTagClassName
{
color: #340DB4;
}
</style>
background-color css
<style>
a { background-color: #340DB4; }
a { background-color: rgb(52,13,180); }
div.DivClassName
{
background-color: #340DB4;
}
.BgClassName
{
background-color: #340DB4;
}
</style>
border-color css
<style>
span { border-color: #340DB4; }
span { border-color: rgb(52,13,180); }
td.TdClassName
{
border-color: #340DB4;
}
.TagClassName
{
border-color: #340DB4;
}
</style>