Shades of Ultramarine #3413AF
Tints of Ultramarine #3413AF
RGB
CMYK
RGB Variations
Color information
#3413AF (or 0x3413AF) is known color: Ultramarine. HEX triplet: 34, 13 and AF. RGB value is (52,19,175). Sum of RGB (Red+Green+Blue) = 52+19+175=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #3413AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3413AF is #CBEC50. Grayscale: #2E2E2E. Windows color (decimal): -13364305 or 11473716. OLE color: 11473716.
HSL color Cylindrical-coordinate representation of color #3413AF: hue angle of 252.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3413AF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 19 | 175 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.31 |
| HSL | 252.69º | 0.8% | 0.38% | - |
| HSV(B) | 252.69º | 0.89% | 0.69% | - |
| XYZ | 9.39 | 4.29 | 40.89 | - |
| YUV | 46.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 175 | 0.70 | 0.89 | 0 | 0.31 | 252.69 | 0.8 | 0.38 |
| Hex | 34 | 13 | AF | 46 | 59 | 0 | 1F | FD | 50 | 26 |
| Octal | 64 | 23 | 257 | 106 | 131 | 0 | 37 | 375 | 120 | 46 |
| Binary | 110100 | 10011 | 10101111 | 1000110 | 1011001 | 0 | 11111 | 11111101 | 1010000 | 100110 |
Color Harmonies of #3413AF
Complementary color
Monochromatic Colors of #3413AF
Black with #3413AF
Text Example
Text Example
White with #3413AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3413AF; }
p { color: rgb(52,19,175); }
H1.HeaderClassName
{
color: #3413AF;
}
.AnyTagClassName
{
color: #3413AF;
}
</style>
background-color css
<style>
a { background-color: #3413AF; }
a { background-color: rgb(52,19,175); }
div.DivClassName
{
background-color: #3413AF;
}
.BgClassName
{
background-color: #3413AF;
}
</style>
border-color css
<style>
span { border-color: #3413AF; }
span { border-color: rgb(52,19,175); }
td.TdClassName
{
border-color: #3413AF;
}
.TagClassName
{
border-color: #3413AF;
}
</style>