Shades of Ultramarine #340CAC
Tints of Ultramarine #340CAC
RGB
CMYK
RGB Variations
Color information
#340CAC (or 0x340CAC) is known color: Ultramarine. HEX triplet: 34, 0C and AC. RGB value is (52,12,172). Sum of RGB (Red+Green+Blue) = 52+12+172=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #340CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340CAC is #CBF353. Grayscale: #292929. Windows color (decimal): -13366100 or 11275316. OLE color: 11275316.
HSL color Cylindrical-coordinate representation of color #340CAC: hue angle of 255º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340CAC is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 12 | 172 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.33 |
| HSL | 255º | 0.87% | 0.36% | - |
| HSV(B) | 255º | 0.93% | 0.67% | - |
| XYZ | 8.99 | 3.97 | 39.32 | - |
| YUV | 42.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 172 | 0.70 | 0.93 | 0 | 0.33 | 255 | 0.87 | 0.36 |
| Hex | 34 | C | AC | 46 | 5D | 0 | 21 | FF | 57 | 24 |
| Octal | 64 | 14 | 254 | 106 | 135 | 0 | 41 | 377 | 127 | 44 |
| Binary | 110100 | 1100 | 10101100 | 1000110 | 1011101 | 0 | 100001 | 11111111 | 1010111 | 100100 |
Color Harmonies of #340CAC
Complementary color
Monochromatic Colors of #340CAC
Black with #340CAC
Text Example
Text Example
White with #340CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CAC; }
p { color: rgb(52,12,172); }
H1.HeaderClassName
{
color: #340CAC;
}
.AnyTagClassName
{
color: #340CAC;
}
</style>
background-color css
<style>
a { background-color: #340CAC; }
a { background-color: rgb(52,12,172); }
div.DivClassName
{
background-color: #340CAC;
}
.BgClassName
{
background-color: #340CAC;
}
</style>
border-color css
<style>
span { border-color: #340CAC; }
span { border-color: rgb(52,12,172); }
td.TdClassName
{
border-color: #340CAC;
}
.TagClassName
{
border-color: #340CAC;
}
</style>