Shades of Ultramarine #341AAB
Tints of Ultramarine #341AAB
RGB
CMYK
RGB Variations
Color information
#341AAB (or 0x341AAB) is known color: Ultramarine. HEX triplet: 34, 1A and AB. RGB value is (52,26,171). Sum of RGB (Red+Green+Blue) = 52+26+171=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #341AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAB is #CBE554. Grayscale: #313131. Windows color (decimal): -13362517 or 11213364. OLE color: 11213364.
HSL color Cylindrical-coordinate representation of color #341AAB: hue angle of 250.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341AAB is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 26 | 171 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.33 |
| HSL | 250.76º | 0.74% | 0.39% | - |
| HSV(B) | 250.76º | 0.85% | 0.67% | - |
| XYZ | 9.14 | 4.41 | 38.9 | - |
| YUV | 50.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 171 | 0.70 | 0.85 | 0 | 0.33 | 250.76 | 0.74 | 0.39 |
| Hex | 34 | 1A | AB | 46 | 55 | 0 | 21 | FB | 4A | 27 |
| Octal | 64 | 32 | 253 | 106 | 125 | 0 | 41 | 373 | 112 | 47 |
| Binary | 110100 | 11010 | 10101011 | 1000110 | 1010101 | 0 | 100001 | 11111011 | 1001010 | 100111 |
Color Harmonies of #341AAB
Complementary color
Monochromatic Colors of #341AAB
Black with #341AAB
Text Example
Text Example
White with #341AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AAB; }
p { color: rgb(52,26,171); }
H1.HeaderClassName
{
color: #341AAB;
}
.AnyTagClassName
{
color: #341AAB;
}
</style>
background-color css
<style>
a { background-color: #341AAB; }
a { background-color: rgb(52,26,171); }
div.DivClassName
{
background-color: #341AAB;
}
.BgClassName
{
background-color: #341AAB;
}
</style>
border-color css
<style>
span { border-color: #341AAB; }
span { border-color: rgb(52,26,171); }
td.TdClassName
{
border-color: #341AAB;
}
.TagClassName
{
border-color: #341AAB;
}
</style>