Shades of Ultramarine #350BAF
Tints of Ultramarine #350BAF
RGB
CMYK
RGB Variations
Color information
#350BAF (or 0x350BAF) is known color: Ultramarine. HEX triplet: 35, 0B and AF. RGB value is (53,11,175). Sum of RGB (Red+Green+Blue) = 53+11+175=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #350BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BAF is #CAF450. Grayscale: #292929. Windows color (decimal): -13300817 or 11471669. OLE color: 11471669.
HSL color Cylindrical-coordinate representation of color #350BAF: hue angle of 255.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BAF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 11 | 175 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.31 |
| HSL | 255.37º | 0.88% | 0.36% | - |
| HSV(B) | 255.37º | 0.94% | 0.69% | - |
| XYZ | 9.33 | 4.09 | 40.86 | - |
| YUV | 42.25 | 202.91 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 175 | 0.70 | 0.94 | 0 | 0.31 | 255.37 | 0.88 | 0.36 |
| Hex | 35 | B | AF | 46 | 5E | 0 | 1F | FF | 58 | 24 |
| Octal | 65 | 13 | 257 | 106 | 136 | 0 | 37 | 377 | 130 | 44 |
| Binary | 110101 | 1011 | 10101111 | 1000110 | 1011110 | 0 | 11111 | 11111111 | 1011000 | 100100 |
Color Harmonies of #350BAF
Complementary color
Monochromatic Colors of #350BAF
Black with #350BAF
Text Example
Text Example
White with #350BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BAF; }
p { color: rgb(53,11,175); }
H1.HeaderClassName
{
color: #350BAF;
}
.AnyTagClassName
{
color: #350BAF;
}
</style>
background-color css
<style>
a { background-color: #350BAF; }
a { background-color: rgb(53,11,175); }
div.DivClassName
{
background-color: #350BAF;
}
.BgClassName
{
background-color: #350BAF;
}
</style>
border-color css
<style>
span { border-color: #350BAF; }
span { border-color: rgb(53,11,175); }
td.TdClassName
{
border-color: #350BAF;
}
.TagClassName
{
border-color: #350BAF;
}
</style>