Shades of Ultramarine #3518AF
Tints of Ultramarine #3518AF
RGB
CMYK
RGB Variations
Color information
#3518AF (or 0x3518AF) is known color: Ultramarine. HEX triplet: 35, 18 and AF. RGB value is (53,24,175). Sum of RGB (Red+Green+Blue) = 53+24+175=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #3518AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3518AF is #CAE750. Grayscale: #313131. Windows color (decimal): -13297489 or 11474997. OLE color: 11474997.
HSL color Cylindrical-coordinate representation of color #3518AF: hue angle of 251.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3518AF is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 24 | 175 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.31 |
| HSL | 251.52º | 0.76% | 0.39% | - |
| HSV(B) | 251.52º | 0.86% | 0.69% | - |
| XYZ | 9.53 | 4.51 | 40.92 | - |
| YUV | 49.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 175 | 0.70 | 0.86 | 0 | 0.31 | 251.52 | 0.76 | 0.39 |
| Hex | 35 | 18 | AF | 46 | 56 | 0 | 1F | FC | 4C | 27 |
| Octal | 65 | 30 | 257 | 106 | 126 | 0 | 37 | 374 | 114 | 47 |
| Binary | 110101 | 11000 | 10101111 | 1000110 | 1010110 | 0 | 11111 | 11111100 | 1001100 | 100111 |
Color Harmonies of #3518AF
Complementary color
Monochromatic Colors of #3518AF
Black with #3518AF
Text Example
Text Example
White with #3518AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518AF; }
p { color: rgb(53,24,175); }
H1.HeaderClassName
{
color: #3518AF;
}
.AnyTagClassName
{
color: #3518AF;
}
</style>
background-color css
<style>
a { background-color: #3518AF; }
a { background-color: rgb(53,24,175); }
div.DivClassName
{
background-color: #3518AF;
}
.BgClassName
{
background-color: #3518AF;
}
</style>
border-color css
<style>
span { border-color: #3518AF; }
span { border-color: rgb(53,24,175); }
td.TdClassName
{
border-color: #3518AF;
}
.TagClassName
{
border-color: #3518AF;
}
</style>