Shades of Ultramarine #340BAA
Tints of Ultramarine #340BAA
RGB
CMYK
RGB Variations
Color information
#340BAA (or 0x340BAA) is known color: Ultramarine. HEX triplet: 34, 0B and AA. RGB value is (52,11,170). Sum of RGB (Red+Green+Blue) = 52+11+170=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #340BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BAA is #CBF455. Grayscale: #282828. Windows color (decimal): -13366358 or 11143988. OLE color: 11143988.
HSL color Cylindrical-coordinate representation of color #340BAA: hue angle of 255.47º degrees, saturation: 0.88, 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 #340BAA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 11 | 170 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.33 |
| HSL | 255.47º | 0.88% | 0.35% | - |
| HSV(B) | 255.47º | 0.94% | 0.67% | - |
| XYZ | 8.79 | 3.87 | 38.31 | - |
| YUV | 41.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 170 | 0.69 | 0.94 | 0 | 0.33 | 255.47 | 0.88 | 0.35 |
| Hex | 34 | B | AA | 45 | 5E | 0 | 21 | FF | 58 | 23 |
| Octal | 64 | 13 | 252 | 105 | 136 | 0 | 41 | 377 | 130 | 43 |
| Binary | 110100 | 1011 | 10101010 | 1000101 | 1011110 | 0 | 100001 | 11111111 | 1011000 | 100011 |
Color Harmonies of #340BAA
Complementary color
Monochromatic Colors of #340BAA
Black with #340BAA
Text Example
Text Example
White with #340BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BAA; }
p { color: rgb(52,11,170); }
H1.HeaderClassName
{
color: #340BAA;
}
.AnyTagClassName
{
color: #340BAA;
}
</style>
background-color css
<style>
a { background-color: #340BAA; }
a { background-color: rgb(52,11,170); }
div.DivClassName
{
background-color: #340BAA;
}
.BgClassName
{
background-color: #340BAA;
}
</style>
border-color css
<style>
span { border-color: #340BAA; }
span { border-color: rgb(52,11,170); }
td.TdClassName
{
border-color: #340BAA;
}
.TagClassName
{
border-color: #340BAA;
}
</style>