Shades of Ultramarine #3406BB
Tints of Ultramarine #3406BB
RGB
CMYK
RGB Variations
Color information
#3406BB (or 0x3406BB) is known color: Ultramarine. HEX triplet: 34, 06 and BB. RGB value is (52,6,187). Sum of RGB (Red+Green+Blue) = 52+6+187=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #3406BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406BB is #CBF944. Grayscale: #272727. Windows color (decimal): -13367621 or 12256820. OLE color: 12256820.
HSL color Cylindrical-coordinate representation of color #3406BB: hue angle of 255.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3406BB is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 6 | 187 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.27 |
| HSL | 255.25º | 0.94% | 0.38% | - |
| HSV(B) | 255.25º | 0.97% | 0.73% | - |
| XYZ | 10.45 | 4.45 | 47.32 | - |
| YUV | 40.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 187 | 0.72 | 0.97 | 0 | 0.27 | 255.25 | 0.94 | 0.38 |
| Hex | 34 | 6 | BB | 48 | 61 | 0 | 1B | FF | 5E | 26 |
| Octal | 64 | 6 | 273 | 110 | 141 | 0 | 33 | 377 | 136 | 46 |
| Binary | 110100 | 110 | 10111011 | 1001000 | 1100001 | 0 | 11011 | 11111111 | 1011110 | 100110 |
Color Harmonies of #3406BB
Complementary color
Monochromatic Colors of #3406BB
Black with #3406BB
Text Example
Text Example
White with #3406BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3406BB; }
p { color: rgb(52,6,187); }
H1.HeaderClassName
{
color: #3406BB;
}
.AnyTagClassName
{
color: #3406BB;
}
</style>
background-color css
<style>
a { background-color: #3406BB; }
a { background-color: rgb(52,6,187); }
div.DivClassName
{
background-color: #3406BB;
}
.BgClassName
{
background-color: #3406BB;
}
</style>
border-color css
<style>
span { border-color: #3406BB; }
span { border-color: rgb(52,6,187); }
td.TdClassName
{
border-color: #3406BB;
}
.TagClassName
{
border-color: #3406BB;
}
</style>