Shades of Ultramarine #351AAD
Tints of Ultramarine #351AAD
RGB
CMYK
RGB Variations
Color information
#351AAD (or 0x351AAD) is known color: Ultramarine. HEX triplet: 35, 1A and AD. RGB value is (53,26,173). Sum of RGB (Red+Green+Blue) = 53+26+173=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #351AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAD is #CAE552. Grayscale: #323232. Windows color (decimal): -13296979 or 11344437. OLE color: 11344437.
HSL color Cylindrical-coordinate representation of color #351AAD: hue angle of 251.02º 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 #351AAD is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 26 | 173 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.32 |
| HSL | 251.02º | 0.74% | 0.39% | - |
| HSV(B) | 251.02º | 0.85% | 0.68% | - |
| XYZ | 9.38 | 4.51 | 39.91 | - |
| YUV | 50.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 173 | 0.69 | 0.85 | 0 | 0.32 | 251.02 | 0.74 | 0.39 |
| Hex | 35 | 1A | AD | 45 | 55 | 0 | 20 | FB | 4A | 27 |
| Octal | 65 | 32 | 255 | 105 | 125 | 0 | 40 | 373 | 112 | 47 |
| Binary | 110101 | 11010 | 10101101 | 1000101 | 1010101 | 0 | 100000 | 11111011 | 1001010 | 100111 |
Color Harmonies of #351AAD
Complementary color
Monochromatic Colors of #351AAD
Black with #351AAD
Text Example
Text Example
White with #351AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351AAD; }
p { color: rgb(53,26,173); }
H1.HeaderClassName
{
color: #351AAD;
}
.AnyTagClassName
{
color: #351AAD;
}
</style>
background-color css
<style>
a { background-color: #351AAD; }
a { background-color: rgb(53,26,173); }
div.DivClassName
{
background-color: #351AAD;
}
.BgClassName
{
background-color: #351AAD;
}
</style>
border-color css
<style>
span { border-color: #351AAD; }
span { border-color: rgb(53,26,173); }
td.TdClassName
{
border-color: #351AAD;
}
.TagClassName
{
border-color: #351AAD;
}
</style>