Shades of Ultramarine #3404B6
Tints of Ultramarine #3404B6
RGB
CMYK
RGB Variations
Color information
#3404B6 (or 0x3404B6) is known color: Ultramarine. HEX triplet: 34, 04 and B6. RGB value is (52,4,182). Sum of RGB (Red+Green+Blue) = 52+4+182=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 182 (71.48% from 255 or 76.47% from 238); Max value from RGB is 182 - color contains mainly: blue. Hex color #3404B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404B6 is #CBFB49. Grayscale: #252525. Windows color (decimal): -13368138 or 11928628. OLE color: 11928628.
HSL color Cylindrical-coordinate representation of color #3404B6: hue angle of 256.18º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404B6 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 4 | 182 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.29 |
| HSL | 256.18º | 0.96% | 0.36% | - |
| HSV(B) | 256.18º | 0.98% | 0.71% | - |
| XYZ | 9.9 | 4.19 | 44.54 | - |
| YUV | 38.64 | 208.9 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 182 | 0.71 | 0.98 | 0 | 0.29 | 256.18 | 0.96 | 0.36 |
| Hex | 34 | 4 | B6 | 47 | 62 | 0 | 1D | 100 | 60 | 24 |
| Octal | 64 | 4 | 266 | 107 | 142 | 0 | 35 | 400 | 140 | 44 |
| Binary | 110100 | 100 | 10110110 | 1000111 | 1100010 | 0 | 11101 | 100000000 | 1100000 | 100100 |
Color Harmonies of #3404B6
Complementary color
Monochromatic Colors of #3404B6
Black with #3404B6
Text Example
Text Example
White with #3404B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404B6; }
p { color: rgb(52,4,182); }
H1.HeaderClassName
{
color: #3404B6;
}
.AnyTagClassName
{
color: #3404B6;
}
</style>
background-color css
<style>
a { background-color: #3404B6; }
a { background-color: rgb(52,4,182); }
div.DivClassName
{
background-color: #3404B6;
}
.BgClassName
{
background-color: #3404B6;
}
</style>
border-color css
<style>
span { border-color: #3404B6; }
span { border-color: rgb(52,4,182); }
td.TdClassName
{
border-color: #3404B6;
}
.TagClassName
{
border-color: #3404B6;
}
</style>