Shades of Ultramarine #350DBB
Tints of Ultramarine #350DBB
RGB
CMYK
RGB Variations
Color information
#350DBB (or 0x350DBB) is known color: Ultramarine. HEX triplet: 35, 0D and BB. RGB value is (53,13,187). Sum of RGB (Red+Green+Blue) = 53+13+187=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #350DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DBB is #CAF244. Grayscale: #2C2C2C. Windows color (decimal): -13300293 or 12258613. OLE color: 12258613.
HSL color Cylindrical-coordinate representation of color #350DBB: hue angle of 253.79º 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 #350DBB is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 13 | 187 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.27 |
| HSL | 253.79º | 0.87% | 0.39% | - |
| HSV(B) | 253.79º | 0.93% | 0.73% | - |
| XYZ | 10.58 | 4.63 | 47.35 | - |
| YUV | 44.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 187 | 0.72 | 0.93 | 0 | 0.27 | 253.79 | 0.87 | 0.39 |
| Hex | 35 | D | BB | 48 | 5D | 0 | 1B | FE | 57 | 27 |
| Octal | 65 | 15 | 273 | 110 | 135 | 0 | 33 | 376 | 127 | 47 |
| Binary | 110101 | 1101 | 10111011 | 1001000 | 1011101 | 0 | 11011 | 11111110 | 1010111 | 100111 |
Color Harmonies of #350DBB
Complementary color
Monochromatic Colors of #350DBB
Black with #350DBB
Text Example
Text Example
White with #350DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DBB; }
p { color: rgb(53,13,187); }
H1.HeaderClassName
{
color: #350DBB;
}
.AnyTagClassName
{
color: #350DBB;
}
</style>
background-color css
<style>
a { background-color: #350DBB; }
a { background-color: rgb(53,13,187); }
div.DivClassName
{
background-color: #350DBB;
}
.BgClassName
{
background-color: #350DBB;
}
</style>
border-color css
<style>
span { border-color: #350DBB; }
span { border-color: rgb(53,13,187); }
td.TdClassName
{
border-color: #350DBB;
}
.TagClassName
{
border-color: #350DBB;
}
</style>