Shades of Ultramarine #340EAC
Tints of Ultramarine #340EAC
RGB
CMYK
RGB Variations
Color information
#340EAC (or 0x340EAC) is known color: Ultramarine. HEX triplet: 34, 0E and AC. RGB value is (52,14,172). Sum of RGB (Red+Green+Blue) = 52+14+172=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #340EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340EAC is #CBF153. Grayscale: #2A2A2A. Windows color (decimal): -13365588 or 11275828. OLE color: 11275828.
HSL color Cylindrical-coordinate representation of color #340EAC: hue angle of 254.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340EAC is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 14 | 172 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.33 |
| HSL | 254.43º | 0.85% | 0.36% | - |
| HSV(B) | 254.43º | 0.92% | 0.67% | - |
| XYZ | 9.02 | 4.02 | 39.33 | - |
| YUV | 43.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 172 | 0.70 | 0.92 | 0 | 0.33 | 254.43 | 0.85 | 0.36 |
| Hex | 34 | E | AC | 46 | 5C | 0 | 21 | FE | 55 | 24 |
| Octal | 64 | 16 | 254 | 106 | 134 | 0 | 41 | 376 | 125 | 44 |
| Binary | 110100 | 1110 | 10101100 | 1000110 | 1011100 | 0 | 100001 | 11111110 | 1010101 | 100100 |
Color Harmonies of #340EAC
Complementary color
Monochromatic Colors of #340EAC
Black with #340EAC
Text Example
Text Example
White with #340EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340EAC; }
p { color: rgb(52,14,172); }
H1.HeaderClassName
{
color: #340EAC;
}
.AnyTagClassName
{
color: #340EAC;
}
</style>
background-color css
<style>
a { background-color: #340EAC; }
a { background-color: rgb(52,14,172); }
div.DivClassName
{
background-color: #340EAC;
}
.BgClassName
{
background-color: #340EAC;
}
</style>
border-color css
<style>
span { border-color: #340EAC; }
span { border-color: rgb(52,14,172); }
td.TdClassName
{
border-color: #340EAC;
}
.TagClassName
{
border-color: #340EAC;
}
</style>