Shades of Ultramarine #350ABB
Tints of Ultramarine #350ABB
RGB
CMYK
RGB Variations
Color information
#350ABB (or 0x350ABB) is known color: Ultramarine. HEX triplet: 35, 0A and BB. RGB value is (53,10,187). Sum of RGB (Red+Green+Blue) = 53+10+187=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #350ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ABB is #CAF544. Grayscale: #2A2A2A. Windows color (decimal): -13301061 or 12257845. OLE color: 12257845.
HSL color Cylindrical-coordinate representation of color #350ABB: hue angle of 254.58º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ABB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 10 | 187 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.27 |
| HSL | 254.58º | 0.9% | 0.39% | - |
| HSV(B) | 254.58º | 0.95% | 0.73% | - |
| XYZ | 10.55 | 4.56 | 47.34 | - |
| YUV | 43.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 187 | 0.72 | 0.95 | 0 | 0.27 | 254.58 | 0.9 | 0.39 |
| Hex | 35 | A | BB | 48 | 5F | 0 | 1B | FF | 5A | 27 |
| Octal | 65 | 12 | 273 | 110 | 137 | 0 | 33 | 377 | 132 | 47 |
| Binary | 110101 | 1010 | 10111011 | 1001000 | 1011111 | 0 | 11011 | 11111111 | 1011010 | 100111 |
Color Harmonies of #350ABB
Complementary color
Monochromatic Colors of #350ABB
Black with #350ABB
Text Example
Text Example
White with #350ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ABB; }
p { color: rgb(53,10,187); }
H1.HeaderClassName
{
color: #350ABB;
}
.AnyTagClassName
{
color: #350ABB;
}
</style>
background-color css
<style>
a { background-color: #350ABB; }
a { background-color: rgb(53,10,187); }
div.DivClassName
{
background-color: #350ABB;
}
.BgClassName
{
background-color: #350ABB;
}
</style>
border-color css
<style>
span { border-color: #350ABB; }
span { border-color: rgb(53,10,187); }
td.TdClassName
{
border-color: #350ABB;
}
.TagClassName
{
border-color: #350ABB;
}
</style>