Shades of Ultramarine #3518AD
Tints of Ultramarine #3518AD
RGB
CMYK
RGB Variations
Color information
#3518AD (or 0x3518AD) is known color: Ultramarine. HEX triplet: 35, 18 and AD. RGB value is (53,24,173). Sum of RGB (Red+Green+Blue) = 53+24+173=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #3518AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3518AD is #CAE752. Grayscale: #313131. Windows color (decimal): -13297491 or 11343925. OLE color: 11343925.
HSL color Cylindrical-coordinate representation of color #3518AD: hue angle of 251.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3518AD is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 24 | 173 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.32 |
| HSL | 251.68º | 0.76% | 0.39% | - |
| HSV(B) | 251.68º | 0.86% | 0.68% | - |
| XYZ | 9.34 | 4.43 | 39.9 | - |
| YUV | 49.66 | 197.61 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 173 | 0.69 | 0.86 | 0 | 0.32 | 251.68 | 0.76 | 0.39 |
| Hex | 35 | 18 | AD | 45 | 56 | 0 | 20 | FC | 4C | 27 |
| Octal | 65 | 30 | 255 | 105 | 126 | 0 | 40 | 374 | 114 | 47 |
| Binary | 110101 | 11000 | 10101101 | 1000101 | 1010110 | 0 | 100000 | 11111100 | 1001100 | 100111 |
Color Harmonies of #3518AD
Complementary color
Monochromatic Colors of #3518AD
Black with #3518AD
Text Example
Text Example
White with #3518AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518AD; }
p { color: rgb(53,24,173); }
H1.HeaderClassName
{
color: #3518AD;
}
.AnyTagClassName
{
color: #3518AD;
}
</style>
background-color css
<style>
a { background-color: #3518AD; }
a { background-color: rgb(53,24,173); }
div.DivClassName
{
background-color: #3518AD;
}
.BgClassName
{
background-color: #3518AD;
}
</style>
border-color css
<style>
span { border-color: #3518AD; }
span { border-color: rgb(53,24,173); }
td.TdClassName
{
border-color: #3518AD;
}
.TagClassName
{
border-color: #3518AD;
}
</style>