Shades of Ultramarine #3501BA
Tints of Ultramarine #3501BA
RGB
CMYK
RGB Variations
Color information
#3501BA (or 0x3501BA) is known color: Ultramarine. HEX triplet: 35, 01 and BA. RGB value is (53,1,186). Sum of RGB (Red+Green+Blue) = 53+1+186=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #3501BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501BA is #CAFE45. Grayscale: #242424. Windows color (decimal): -13303366 or 12190005. OLE color: 12190005.
HSL color Cylindrical-coordinate representation of color #3501BA: hue angle of 256.86º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501BA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 1 | 186 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.27 |
| HSL | 256.86º | 0.99% | 0.37% | - |
| HSV(B) | 256.86º | 0.99% | 0.73% | - |
| XYZ | 10.34 | 4.32 | 46.74 | - |
| YUV | 37.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 186 | 0.72 | 0.99 | 0 | 0.27 | 256.86 | 0.99 | 0.37 |
| Hex | 35 | 1 | BA | 48 | 63 | 0 | 1B | 101 | 63 | 25 |
| Octal | 65 | 1 | 272 | 110 | 143 | 0 | 33 | 401 | 143 | 45 |
| Binary | 110101 | 1 | 10111010 | 1001000 | 1100011 | 0 | 11011 | 100000001 | 1100011 | 100101 |
Color Harmonies of #3501BA
Complementary color
Monochromatic Colors of #3501BA
Black with #3501BA
Text Example
Text Example
White with #3501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501BA; }
p { color: rgb(53,1,186); }
H1.HeaderClassName
{
color: #3501BA;
}
.AnyTagClassName
{
color: #3501BA;
}
</style>
background-color css
<style>
a { background-color: #3501BA; }
a { background-color: rgb(53,1,186); }
div.DivClassName
{
background-color: #3501BA;
}
.BgClassName
{
background-color: #3501BA;
}
</style>
border-color css
<style>
span { border-color: #3501BA; }
span { border-color: rgb(53,1,186); }
td.TdClassName
{
border-color: #3501BA;
}
.TagClassName
{
border-color: #3501BA;
}
</style>