Shades of Ultramarine #3510B3
Tints of Ultramarine #3510B3
RGB
CMYK
RGB Variations
Color information
#3510B3 (or 0x3510B3) is known color: Ultramarine. HEX triplet: 35, 10 and B3. RGB value is (53,16,179). Sum of RGB (Red+Green+Blue) = 53+16+179=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #3510B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510B3 is #CAEF4C. Grayscale: #2D2D2D. Windows color (decimal): -13299533 or 11735093. OLE color: 11735093.
HSL color Cylindrical-coordinate representation of color #3510B3: hue angle of 253.62º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3510B3 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 16 | 179 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.30 |
| HSL | 253.62º | 0.84% | 0.38% | - |
| HSV(B) | 253.62º | 0.91% | 0.7% | - |
| XYZ | 9.79 | 4.38 | 42.98 | - |
| YUV | 45.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 179 | 0.70 | 0.91 | 0 | 0.30 | 253.62 | 0.84 | 0.38 |
| Hex | 35 | 10 | B3 | 46 | 5B | 0 | 1E | FE | 54 | 26 |
| Octal | 65 | 20 | 263 | 106 | 133 | 0 | 36 | 376 | 124 | 46 |
| Binary | 110101 | 10000 | 10110011 | 1000110 | 1011011 | 0 | 11110 | 11111110 | 1010100 | 100110 |
Color Harmonies of #3510B3
Complementary color
Monochromatic Colors of #3510B3
Black with #3510B3
Text Example
Text Example
White with #3510B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510B3; }
p { color: rgb(53,16,179); }
H1.HeaderClassName
{
color: #3510B3;
}
.AnyTagClassName
{
color: #3510B3;
}
</style>
background-color css
<style>
a { background-color: #3510B3; }
a { background-color: rgb(53,16,179); }
div.DivClassName
{
background-color: #3510B3;
}
.BgClassName
{
background-color: #3510B3;
}
</style>
border-color css
<style>
span { border-color: #3510B3; }
span { border-color: rgb(53,16,179); }
td.TdClassName
{
border-color: #3510B3;
}
.TagClassName
{
border-color: #3510B3;
}
</style>