Shades of Ultramarine #340AAA
Tints of Ultramarine #340AAA
RGB
CMYK
RGB Variations
Color information
#340AAA (or 0x340AAA) is known color: Ultramarine. HEX triplet: 34, 0A and AA. RGB value is (52,10,170). Sum of RGB (Red+Green+Blue) = 52+10+170=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #340AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340AAA is #CBF555. Grayscale: #282828. Windows color (decimal): -13366614 or 11143732. OLE color: 11143732.
HSL color Cylindrical-coordinate representation of color #340AAA: hue angle of 255.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340AAA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 10 | 170 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.33 |
| HSL | 255.75º | 0.89% | 0.35% | - |
| HSV(B) | 255.75º | 0.94% | 0.67% | - |
| XYZ | 8.78 | 3.85 | 38.31 | - |
| YUV | 40.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 170 | 0.69 | 0.94 | 0 | 0.33 | 255.75 | 0.89 | 0.35 |
| Hex | 34 | A | AA | 45 | 5E | 0 | 21 | 100 | 59 | 23 |
| Octal | 64 | 12 | 252 | 105 | 136 | 0 | 41 | 400 | 131 | 43 |
| Binary | 110100 | 1010 | 10101010 | 1000101 | 1011110 | 0 | 100001 | 100000000 | 1011001 | 100011 |
Color Harmonies of #340AAA
Complementary color
Monochromatic Colors of #340AAA
Black with #340AAA
Text Example
Text Example
White with #340AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340AAA; }
p { color: rgb(52,10,170); }
H1.HeaderClassName
{
color: #340AAA;
}
.AnyTagClassName
{
color: #340AAA;
}
</style>
background-color css
<style>
a { background-color: #340AAA; }
a { background-color: rgb(52,10,170); }
div.DivClassName
{
background-color: #340AAA;
}
.BgClassName
{
background-color: #340AAA;
}
</style>
border-color css
<style>
span { border-color: #340AAA; }
span { border-color: rgb(52,10,170); }
td.TdClassName
{
border-color: #340AAA;
}
.TagClassName
{
border-color: #340AAA;
}
</style>