Shades of Ultramarine #3404BB
Tints of Ultramarine #3404BB
RGB
CMYK
RGB Variations
Color information
#3404BB (or 0x3404BB) is known color: Ultramarine. HEX triplet: 34, 04 and BB. RGB value is (52,4,187). Sum of RGB (Red+Green+Blue) = 52+4+187=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #3404BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404BB is #CBFB44. Grayscale: #262626. Windows color (decimal): -13368133 or 12256308. OLE color: 12256308.
HSL color Cylindrical-coordinate representation of color #3404BB: hue angle of 255.74º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404BB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 4 | 187 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.27 |
| HSL | 255.74º | 0.96% | 0.37% | - |
| HSV(B) | 255.74º | 0.98% | 0.73% | - |
| XYZ | 10.43 | 4.4 | 47.31 | - |
| YUV | 39.21 | 211.4 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 187 | 0.72 | 0.98 | 0 | 0.27 | 255.74 | 0.96 | 0.37 |
| Hex | 34 | 4 | BB | 48 | 62 | 0 | 1B | 100 | 60 | 25 |
| Octal | 64 | 4 | 273 | 110 | 142 | 0 | 33 | 400 | 140 | 45 |
| Binary | 110100 | 100 | 10111011 | 1001000 | 1100010 | 0 | 11011 | 100000000 | 1100000 | 100101 |
Color Harmonies of #3404BB
Complementary color
Monochromatic Colors of #3404BB
Black with #3404BB
Text Example
Text Example
White with #3404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404BB; }
p { color: rgb(52,4,187); }
H1.HeaderClassName
{
color: #3404BB;
}
.AnyTagClassName
{
color: #3404BB;
}
</style>
background-color css
<style>
a { background-color: #3404BB; }
a { background-color: rgb(52,4,187); }
div.DivClassName
{
background-color: #3404BB;
}
.BgClassName
{
background-color: #3404BB;
}
</style>
border-color css
<style>
span { border-color: #3404BB; }
span { border-color: rgb(52,4,187); }
td.TdClassName
{
border-color: #3404BB;
}
.TagClassName
{
border-color: #3404BB;
}
</style>