Shades of Ultramarine #3406B7
Tints of Ultramarine #3406B7
RGB
CMYK
RGB Variations
Color information
#3406B7 (or 0x3406B7) is known color: Ultramarine. HEX triplet: 34, 06 and B7. RGB value is (52,6,183). Sum of RGB (Red+Green+Blue) = 52+6+183=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #3406B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406B7 is #CBF948. Grayscale: #272727. Windows color (decimal): -13367625 or 11994676. OLE color: 11994676.
HSL color Cylindrical-coordinate representation of color #3406B7: hue angle of 255.59º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3406B7 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 6 | 183 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.28 |
| HSL | 255.59º | 0.94% | 0.37% | - |
| HSV(B) | 255.59º | 0.97% | 0.72% | - |
| XYZ | 10.03 | 4.28 | 45.1 | - |
| YUV | 39.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 183 | 0.72 | 0.97 | 0 | 0.28 | 255.59 | 0.94 | 0.37 |
| Hex | 34 | 6 | B7 | 48 | 61 | 0 | 1C | 100 | 5E | 25 |
| Octal | 64 | 6 | 267 | 110 | 141 | 0 | 34 | 400 | 136 | 45 |
| Binary | 110100 | 110 | 10110111 | 1001000 | 1100001 | 0 | 11100 | 100000000 | 1011110 | 100101 |
Color Harmonies of #3406B7
Complementary color
Monochromatic Colors of #3406B7
Black with #3406B7
Text Example
Text Example
White with #3406B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3406B7; }
p { color: rgb(52,6,183); }
H1.HeaderClassName
{
color: #3406B7;
}
.AnyTagClassName
{
color: #3406B7;
}
</style>
background-color css
<style>
a { background-color: #3406B7; }
a { background-color: rgb(52,6,183); }
div.DivClassName
{
background-color: #3406B7;
}
.BgClassName
{
background-color: #3406B7;
}
</style>
border-color css
<style>
span { border-color: #3406B7; }
span { border-color: rgb(52,6,183); }
td.TdClassName
{
border-color: #3406B7;
}
.TagClassName
{
border-color: #3406B7;
}
</style>