Shades of Ultramarine #341AAC
Tints of Ultramarine #341AAC
RGB
CMYK
RGB Variations
Color information
#341AAC (or 0x341AAC) is known color: Ultramarine. HEX triplet: 34, 1A and AC. RGB value is (52,26,172). Sum of RGB (Red+Green+Blue) = 52+26+172=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #341AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAC is #CBE553. Grayscale: #313131. Windows color (decimal): -13362516 or 11278900. OLE color: 11278900.
HSL color Cylindrical-coordinate representation of color #341AAC: hue angle of 250.68º 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 #341AAC is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 26 | 172 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.33 |
| HSL | 250.68º | 0.74% | 0.39% | - |
| HSV(B) | 250.68º | 0.85% | 0.67% | - |
| XYZ | 9.23 | 4.45 | 39.4 | - |
| YUV | 50.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 172 | 0.70 | 0.85 | 0 | 0.33 | 250.68 | 0.74 | 0.39 |
| Hex | 34 | 1A | AC | 46 | 55 | 0 | 21 | FB | 4A | 27 |
| Octal | 64 | 32 | 254 | 106 | 125 | 0 | 41 | 373 | 112 | 47 |
| Binary | 110100 | 11010 | 10101100 | 1000110 | 1010101 | 0 | 100001 | 11111011 | 1001010 | 100111 |
Color Harmonies of #341AAC
Complementary color
Monochromatic Colors of #341AAC
Black with #341AAC
Text Example
Text Example
White with #341AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AAC; }
p { color: rgb(52,26,172); }
H1.HeaderClassName
{
color: #341AAC;
}
.AnyTagClassName
{
color: #341AAC;
}
</style>
background-color css
<style>
a { background-color: #341AAC; }
a { background-color: rgb(52,26,172); }
div.DivClassName
{
background-color: #341AAC;
}
.BgClassName
{
background-color: #341AAC;
}
</style>
border-color css
<style>
span { border-color: #341AAC; }
span { border-color: rgb(52,26,172); }
td.TdClassName
{
border-color: #341AAC;
}
.TagClassName
{
border-color: #341AAC;
}
</style>