Shades of Ultramarine #350EBA
Tints of Ultramarine #350EBA
RGB
CMYK
RGB Variations
Color information
#350EBA (or 0x350EBA) is known color: Ultramarine. HEX triplet: 35, 0E and BA. RGB value is (53,14,186). Sum of RGB (Red+Green+Blue) = 53+14+186=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #350EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EBA is #CAF145. Grayscale: #2C2C2C. Windows color (decimal): -13300038 or 12193333. OLE color: 12193333.
HSL color Cylindrical-coordinate representation of color #350EBA: hue angle of 253.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350EBA is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 14 | 186 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.27 |
| HSL | 253.6º | 0.86% | 0.39% | - |
| HSV(B) | 253.6º | 0.92% | 0.73% | - |
| XYZ | 10.49 | 4.62 | 46.79 | - |
| YUV | 45.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 186 | 0.72 | 0.92 | 0 | 0.27 | 253.6 | 0.86 | 0.39 |
| Hex | 35 | E | BA | 48 | 5C | 0 | 1B | FE | 56 | 27 |
| Octal | 65 | 16 | 272 | 110 | 134 | 0 | 33 | 376 | 126 | 47 |
| Binary | 110101 | 1110 | 10111010 | 1001000 | 1011100 | 0 | 11011 | 11111110 | 1010110 | 100111 |
Color Harmonies of #350EBA
Complementary color
Monochromatic Colors of #350EBA
Black with #350EBA
Text Example
Text Example
White with #350EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EBA; }
p { color: rgb(53,14,186); }
H1.HeaderClassName
{
color: #350EBA;
}
.AnyTagClassName
{
color: #350EBA;
}
</style>
background-color css
<style>
a { background-color: #350EBA; }
a { background-color: rgb(53,14,186); }
div.DivClassName
{
background-color: #350EBA;
}
.BgClassName
{
background-color: #350EBA;
}
</style>
border-color css
<style>
span { border-color: #350EBA; }
span { border-color: rgb(53,14,186); }
td.TdClassName
{
border-color: #350EBA;
}
.TagClassName
{
border-color: #350EBA;
}
</style>