Shades of Ultramarine #3410AF
Tints of Ultramarine #3410AF
RGB
CMYK
RGB Variations
Color information
#3410AF (or 0x3410AF) is known color: Ultramarine. HEX triplet: 34, 10 and AF. RGB value is (52,16,175). Sum of RGB (Red+Green+Blue) = 52+16+175=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3410AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3410AF is #CBEF50. Grayscale: #2C2C2C. Windows color (decimal): -13365073 or 11472948. OLE color: 11472948.
HSL color Cylindrical-coordinate representation of color #3410AF: hue angle of 253.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3410AF is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 16 | 175 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.31 |
| HSL | 253.58º | 0.83% | 0.37% | - |
| HSV(B) | 253.58º | 0.91% | 0.69% | - |
| XYZ | 9.34 | 4.2 | 40.88 | - |
| YUV | 44.89 | 201.43 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 175 | 0.70 | 0.91 | 0 | 0.31 | 253.58 | 0.83 | 0.37 |
| Hex | 34 | 10 | AF | 46 | 5B | 0 | 1F | FE | 53 | 25 |
| Octal | 64 | 20 | 257 | 106 | 133 | 0 | 37 | 376 | 123 | 45 |
| Binary | 110100 | 10000 | 10101111 | 1000110 | 1011011 | 0 | 11111 | 11111110 | 1010011 | 100101 |
Color Harmonies of #3410AF
Complementary color
Monochromatic Colors of #3410AF
Black with #3410AF
Text Example
Text Example
White with #3410AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3410AF; }
p { color: rgb(52,16,175); }
H1.HeaderClassName
{
color: #3410AF;
}
.AnyTagClassName
{
color: #3410AF;
}
</style>
background-color css
<style>
a { background-color: #3410AF; }
a { background-color: rgb(52,16,175); }
div.DivClassName
{
background-color: #3410AF;
}
.BgClassName
{
background-color: #3410AF;
}
</style>
border-color css
<style>
span { border-color: #3410AF; }
span { border-color: rgb(52,16,175); }
td.TdClassName
{
border-color: #3410AF;
}
.TagClassName
{
border-color: #3410AF;
}
</style>