Shades of Ultramarine #340CAA
Tints of Ultramarine #340CAA
RGB
CMYK
RGB Variations
Color information
#340CAA (or 0x340CAA) is known color: Ultramarine. HEX triplet: 34, 0C and AA. RGB value is (52,12,170). Sum of RGB (Red+Green+Blue) = 52+12+170=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #340CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340CAA is #CBF355. Grayscale: #292929. Windows color (decimal): -13366102 or 11144244. OLE color: 11144244.
HSL color Cylindrical-coordinate representation of color #340CAA: hue angle of 255.19º 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 #340CAA is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 12 | 170 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.33 |
| HSL | 255.19º | 0.87% | 0.36% | - |
| HSV(B) | 255.19º | 0.93% | 0.67% | - |
| XYZ | 8.8 | 3.9 | 38.32 | - |
| YUV | 41.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 170 | 0.69 | 0.93 | 0 | 0.33 | 255.19 | 0.87 | 0.36 |
| Hex | 34 | C | AA | 45 | 5D | 0 | 21 | FF | 57 | 24 |
| Octal | 64 | 14 | 252 | 105 | 135 | 0 | 41 | 377 | 127 | 44 |
| Binary | 110100 | 1100 | 10101010 | 1000101 | 1011101 | 0 | 100001 | 11111111 | 1010111 | 100100 |
Color Harmonies of #340CAA
Complementary color
Monochromatic Colors of #340CAA
Black with #340CAA
Text Example
Text Example
White with #340CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CAA; }
p { color: rgb(52,12,170); }
H1.HeaderClassName
{
color: #340CAA;
}
.AnyTagClassName
{
color: #340CAA;
}
</style>
background-color css
<style>
a { background-color: #340CAA; }
a { background-color: rgb(52,12,170); }
div.DivClassName
{
background-color: #340CAA;
}
.BgClassName
{
background-color: #340CAA;
}
</style>
border-color css
<style>
span { border-color: #340CAA; }
span { border-color: rgb(52,12,170); }
td.TdClassName
{
border-color: #340CAA;
}
.TagClassName
{
border-color: #340CAA;
}
</style>