Shades of Ultramarine #3505AF
Tints of Ultramarine #3505AF
RGB
CMYK
RGB Variations
Color information
#3505AF (or 0x3505AF) is known color: Ultramarine. HEX triplet: 35, 05 and AF. RGB value is (53,5,175). Sum of RGB (Red+Green+Blue) = 53+5+175=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #3505AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3505AF is #CAFA50. Grayscale: #262626. Windows color (decimal): -13302353 or 11470133. OLE color: 11470133.
HSL color Cylindrical-coordinate representation of color #3505AF: hue angle of 256.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3505AF is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 5 | 175 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.31 |
| HSL | 256.94º | 0.94% | 0.35% | - |
| HSV(B) | 256.94º | 0.97% | 0.69% | - |
| XYZ | 9.26 | 3.96 | 40.83 | - |
| YUV | 38.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 175 | 0.70 | 0.97 | 0 | 0.31 | 256.94 | 0.94 | 0.35 |
| Hex | 35 | 5 | AF | 46 | 61 | 0 | 1F | 101 | 5E | 23 |
| Octal | 65 | 5 | 257 | 106 | 141 | 0 | 37 | 401 | 136 | 43 |
| Binary | 110101 | 101 | 10101111 | 1000110 | 1100001 | 0 | 11111 | 100000001 | 1011110 | 100011 |
Color Harmonies of #3505AF
Complementary color
Monochromatic Colors of #3505AF
Black with #3505AF
Text Example
Text Example
White with #3505AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3505AF; }
p { color: rgb(53,5,175); }
H1.HeaderClassName
{
color: #3505AF;
}
.AnyTagClassName
{
color: #3505AF;
}
</style>
background-color css
<style>
a { background-color: #3505AF; }
a { background-color: rgb(53,5,175); }
div.DivClassName
{
background-color: #3505AF;
}
.BgClassName
{
background-color: #3505AF;
}
</style>
border-color css
<style>
span { border-color: #3505AF; }
span { border-color: rgb(53,5,175); }
td.TdClassName
{
border-color: #3505AF;
}
.TagClassName
{
border-color: #3505AF;
}
</style>