Shades of Ultramarine #341AAD
Tints of Ultramarine #341AAD
RGB
CMYK
RGB Variations
Color information
#341AAD (or 0x341AAD) is known color: Ultramarine. HEX triplet: 34, 1A and AD. RGB value is (52,26,173). Sum of RGB (Red+Green+Blue) = 52+26+173=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #341AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAD is #CBE552. Grayscale: #313131. Windows color (decimal): -13362515 or 11344436. OLE color: 11344436.
HSL color Cylindrical-coordinate representation of color #341AAD: hue angle of 250.61º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341AAD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 26 | 173 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.32 |
| HSL | 250.61º | 0.74% | 0.39% | - |
| HSV(B) | 250.61º | 0.85% | 0.68% | - |
| XYZ | 9.33 | 4.49 | 39.91 | - |
| YUV | 50.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 173 | 0.70 | 0.85 | 0 | 0.32 | 250.61 | 0.74 | 0.39 |
| Hex | 34 | 1A | AD | 46 | 55 | 0 | 20 | FB | 4A | 27 |
| Octal | 64 | 32 | 255 | 106 | 125 | 0 | 40 | 373 | 112 | 47 |
| Binary | 110100 | 11010 | 10101101 | 1000110 | 1010101 | 0 | 100000 | 11111011 | 1001010 | 100111 |
Color Harmonies of #341AAD
Complementary color
Monochromatic Colors of #341AAD
Black with #341AAD
Text Example
Text Example
White with #341AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AAD; }
p { color: rgb(52,26,173); }
H1.HeaderClassName
{
color: #341AAD;
}
.AnyTagClassName
{
color: #341AAD;
}
</style>
background-color css
<style>
a { background-color: #341AAD; }
a { background-color: rgb(52,26,173); }
div.DivClassName
{
background-color: #341AAD;
}
.BgClassName
{
background-color: #341AAD;
}
</style>
border-color css
<style>
span { border-color: #341AAD; }
span { border-color: rgb(52,26,173); }
td.TdClassName
{
border-color: #341AAD;
}
.TagClassName
{
border-color: #341AAD;
}
</style>