Shades of Ultramarine #3407AC
Tints of Ultramarine #3407AC
RGB
CMYK
RGB Variations
Color information
#3407AC (or 0x3407AC) is known color: Ultramarine. HEX triplet: 34, 07 and AC. RGB value is (52,7,172). Sum of RGB (Red+Green+Blue) = 52+7+172=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #3407AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3407AC is #CBF853. Grayscale: #262626. Windows color (decimal): -13367380 or 11274036. OLE color: 11274036.
HSL color Cylindrical-coordinate representation of color #3407AC: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3407AC is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 7 | 172 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.33 |
| HSL | 256.36º | 0.92% | 0.35% | - |
| HSV(B) | 256.36º | 0.96% | 0.67% | - |
| XYZ | 8.94 | 3.86 | 39.3 | - |
| YUV | 39.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 172 | 0.70 | 0.96 | 0 | 0.33 | 256.36 | 0.92 | 0.35 |
| Hex | 34 | 7 | AC | 46 | 60 | 0 | 21 | 100 | 5C | 23 |
| Octal | 64 | 7 | 254 | 106 | 140 | 0 | 41 | 400 | 134 | 43 |
| Binary | 110100 | 111 | 10101100 | 1000110 | 1100000 | 0 | 100001 | 100000000 | 1011100 | 100011 |
Color Harmonies of #3407AC
Complementary color
Monochromatic Colors of #3407AC
Black with #3407AC
Text Example
Text Example
White with #3407AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3407AC; }
p { color: rgb(52,7,172); }
H1.HeaderClassName
{
color: #3407AC;
}
.AnyTagClassName
{
color: #3407AC;
}
</style>
background-color css
<style>
a { background-color: #3407AC; }
a { background-color: rgb(52,7,172); }
div.DivClassName
{
background-color: #3407AC;
}
.BgClassName
{
background-color: #3407AC;
}
</style>
border-color css
<style>
span { border-color: #3407AC; }
span { border-color: rgb(52,7,172); }
td.TdClassName
{
border-color: #3407AC;
}
.TagClassName
{
border-color: #3407AC;
}
</style>