Shades of Ultramarine #351AAF
Tints of Ultramarine #351AAF
RGB
CMYK
RGB Variations
Color information
#351AAF (or 0x351AAF) is known color: Ultramarine. HEX triplet: 35, 1A and AF. RGB value is (53,26,175). Sum of RGB (Red+Green+Blue) = 53+26+175=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #351AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAF is #CAE550. Grayscale: #323232. Windows color (decimal): -13296977 or 11475509. OLE color: 11475509.
HSL color Cylindrical-coordinate representation of color #351AAF: hue angle of 250.87º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351AAF is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 26 | 175 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.31 |
| HSL | 250.87º | 0.74% | 0.39% | - |
| HSV(B) | 250.87º | 0.85% | 0.69% | - |
| XYZ | 9.58 | 4.59 | 40.94 | - |
| YUV | 51.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 175 | 0.70 | 0.85 | 0 | 0.31 | 250.87 | 0.74 | 0.39 |
| Hex | 35 | 1A | AF | 46 | 55 | 0 | 1F | FB | 4A | 27 |
| Octal | 65 | 32 | 257 | 106 | 125 | 0 | 37 | 373 | 112 | 47 |
| Binary | 110101 | 11010 | 10101111 | 1000110 | 1010101 | 0 | 11111 | 11111011 | 1001010 | 100111 |
Color Harmonies of #351AAF
Complementary color
Monochromatic Colors of #351AAF
Black with #351AAF
Text Example
Text Example
White with #351AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351AAF; }
p { color: rgb(53,26,175); }
H1.HeaderClassName
{
color: #351AAF;
}
.AnyTagClassName
{
color: #351AAF;
}
</style>
background-color css
<style>
a { background-color: #351AAF; }
a { background-color: rgb(53,26,175); }
div.DivClassName
{
background-color: #351AAF;
}
.BgClassName
{
background-color: #351AAF;
}
</style>
border-color css
<style>
span { border-color: #351AAF; }
span { border-color: rgb(53,26,175); }
td.TdClassName
{
border-color: #351AAF;
}
.TagClassName
{
border-color: #351AAF;
}
</style>