Shades of Ultramarine #3407AD
Tints of Ultramarine #3407AD
RGB
CMYK
RGB Variations
Color information
#3407AD (or 0x3407AD) is known color: Ultramarine. HEX triplet: 34, 07 and AD. RGB value is (52,7,173). Sum of RGB (Red+Green+Blue) = 52+7+173=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #3407AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3407AD is #CBF852. Grayscale: #262626. Windows color (decimal): -13367379 or 11339572. OLE color: 11339572.
HSL color Cylindrical-coordinate representation of color #3407AD: hue angle of 256.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3407AD is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 7 | 173 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.32 |
| HSL | 256.27º | 0.92% | 0.35% | - |
| HSV(B) | 256.27º | 0.96% | 0.68% | - |
| XYZ | 9.03 | 3.9 | 39.81 | - |
| YUV | 39.38 | 203.41 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 173 | 0.70 | 0.96 | 0 | 0.32 | 256.27 | 0.92 | 0.35 |
| Hex | 34 | 7 | AD | 46 | 60 | 0 | 20 | 100 | 5C | 23 |
| Octal | 64 | 7 | 255 | 106 | 140 | 0 | 40 | 400 | 134 | 43 |
| Binary | 110100 | 111 | 10101101 | 1000110 | 1100000 | 0 | 100000 | 100000000 | 1011100 | 100011 |
Color Harmonies of #3407AD
Complementary color
Monochromatic Colors of #3407AD
Black with #3407AD
Text Example
Text Example
White with #3407AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3407AD; }
p { color: rgb(52,7,173); }
H1.HeaderClassName
{
color: #3407AD;
}
.AnyTagClassName
{
color: #3407AD;
}
</style>
background-color css
<style>
a { background-color: #3407AD; }
a { background-color: rgb(52,7,173); }
div.DivClassName
{
background-color: #3407AD;
}
.BgClassName
{
background-color: #3407AD;
}
</style>
border-color css
<style>
span { border-color: #3407AD; }
span { border-color: rgb(52,7,173); }
td.TdClassName
{
border-color: #3407AD;
}
.TagClassName
{
border-color: #3407AD;
}
</style>