Shades of Ultramarine #3412AF
Tints of Ultramarine #3412AF
RGB
CMYK
RGB Variations
Color information
#3412AF (or 0x3412AF) is known color: Ultramarine. HEX triplet: 34, 12 and AF. RGB value is (52,18,175). Sum of RGB (Red+Green+Blue) = 52+18+175=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #3412AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3412AF is #CBED50. Grayscale: #2D2D2D. Windows color (decimal): -13364561 or 11473460. OLE color: 11473460.
HSL color Cylindrical-coordinate representation of color #3412AF: hue angle of 252.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3412AF is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 18 | 175 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.31 |
| HSL | 252.99º | 0.81% | 0.38% | - |
| HSV(B) | 252.99º | 0.9% | 0.69% | - |
| XYZ | 9.37 | 4.26 | 40.89 | - |
| YUV | 46.06 | 200.76 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 175 | 0.70 | 0.90 | 0 | 0.31 | 252.99 | 0.81 | 0.38 |
| Hex | 34 | 12 | AF | 46 | 5A | 0 | 1F | FD | 51 | 26 |
| Octal | 64 | 22 | 257 | 106 | 132 | 0 | 37 | 375 | 121 | 46 |
| Binary | 110100 | 10010 | 10101111 | 1000110 | 1011010 | 0 | 11111 | 11111101 | 1010001 | 100110 |
Color Harmonies of #3412AF
Complementary color
Monochromatic Colors of #3412AF
Black with #3412AF
Text Example
Text Example
White with #3412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412AF; }
p { color: rgb(52,18,175); }
H1.HeaderClassName
{
color: #3412AF;
}
.AnyTagClassName
{
color: #3412AF;
}
</style>
background-color css
<style>
a { background-color: #3412AF; }
a { background-color: rgb(52,18,175); }
div.DivClassName
{
background-color: #3412AF;
}
.BgClassName
{
background-color: #3412AF;
}
</style>
border-color css
<style>
span { border-color: #3412AF; }
span { border-color: rgb(52,18,175); }
td.TdClassName
{
border-color: #3412AF;
}
.TagClassName
{
border-color: #3412AF;
}
</style>