Shades of Ultramarine #350DBA
Tints of Ultramarine #350DBA
RGB
CMYK
RGB Variations
Color information
#350DBA (or 0x350DBA) is known color: Ultramarine. HEX triplet: 35, 0D and BA. RGB value is (53,13,186). Sum of RGB (Red+Green+Blue) = 53+13+186=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #350DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DBA is #CAF245. Grayscale: #2C2C2C. Windows color (decimal): -13300294 or 12193077. OLE color: 12193077.
HSL color Cylindrical-coordinate representation of color #350DBA: hue angle of 253.87º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350DBA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 13 | 186 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.27 |
| HSL | 253.87º | 0.87% | 0.39% | - |
| HSV(B) | 253.87º | 0.93% | 0.73% | - |
| XYZ | 10.48 | 4.59 | 46.79 | - |
| YUV | 44.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 186 | 0.72 | 0.93 | 0 | 0.27 | 253.87 | 0.87 | 0.39 |
| Hex | 35 | D | BA | 48 | 5D | 0 | 1B | FE | 57 | 27 |
| Octal | 65 | 15 | 272 | 110 | 135 | 0 | 33 | 376 | 127 | 47 |
| Binary | 110101 | 1101 | 10111010 | 1001000 | 1011101 | 0 | 11011 | 11111110 | 1010111 | 100111 |
Color Harmonies of #350DBA
Complementary color
Monochromatic Colors of #350DBA
Black with #350DBA
Text Example
Text Example
White with #350DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DBA; }
p { color: rgb(53,13,186); }
H1.HeaderClassName
{
color: #350DBA;
}
.AnyTagClassName
{
color: #350DBA;
}
</style>
background-color css
<style>
a { background-color: #350DBA; }
a { background-color: rgb(53,13,186); }
div.DivClassName
{
background-color: #350DBA;
}
.BgClassName
{
background-color: #350DBA;
}
</style>
border-color css
<style>
span { border-color: #350DBA; }
span { border-color: rgb(53,13,186); }
td.TdClassName
{
border-color: #350DBA;
}
.TagClassName
{
border-color: #350DBA;
}
</style>