Shades of Ultramarine #350ABC
Tints of Ultramarine #350ABC
RGB
CMYK
RGB Variations
Color information
#350ABC (or 0x350ABC) is known color: Ultramarine. HEX triplet: 35, 0A and BC. RGB value is (53,10,188). Sum of RGB (Red+Green+Blue) = 53+10+188=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #350ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ABC is #CAF543. Grayscale: #2A2A2A. Windows color (decimal): -13301060 or 12323381. OLE color: 12323381.
HSL color Cylindrical-coordinate representation of color #350ABC: hue angle of 254.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ABC is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 10 | 188 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.26 |
| HSL | 254.49º | 0.9% | 0.39% | - |
| HSV(B) | 254.49º | 0.95% | 0.74% | - |
| XYZ | 10.65 | 4.6 | 47.9 | - |
| YUV | 43.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 188 | 0.72 | 0.95 | 0 | 0.26 | 254.49 | 0.9 | 0.39 |
| Hex | 35 | A | BC | 48 | 5F | 0 | 1A | FE | 5A | 27 |
| Octal | 65 | 12 | 274 | 110 | 137 | 0 | 32 | 376 | 132 | 47 |
| Binary | 110101 | 1010 | 10111100 | 1001000 | 1011111 | 0 | 11010 | 11111110 | 1011010 | 100111 |
Color Harmonies of #350ABC
Complementary color
Monochromatic Colors of #350ABC
Black with #350ABC
Text Example
Text Example
White with #350ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ABC; }
p { color: rgb(53,10,188); }
H1.HeaderClassName
{
color: #350ABC;
}
.AnyTagClassName
{
color: #350ABC;
}
</style>
background-color css
<style>
a { background-color: #350ABC; }
a { background-color: rgb(53,10,188); }
div.DivClassName
{
background-color: #350ABC;
}
.BgClassName
{
background-color: #350ABC;
}
</style>
border-color css
<style>
span { border-color: #350ABC; }
span { border-color: rgb(53,10,188); }
td.TdClassName
{
border-color: #350ABC;
}
.TagClassName
{
border-color: #350ABC;
}
</style>