Shades of Ultramarine #3304BA
Tints of Ultramarine #3304BA
RGB
CMYK
RGB Variations
Color information
#3304BA (or 0x3304BA) is known color: Ultramarine. HEX triplet: 33, 04 and BA. RGB value is (51,4,186). Sum of RGB (Red+Green+Blue) = 51+4+186=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #3304BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BA is #CCFB45. Grayscale: #262626. Windows color (decimal): -13433670 or 12190771. OLE color: 12190771.
HSL color Cylindrical-coordinate representation of color #3304BA: hue angle of 255.49º 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 #3304BA is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 4 | 186 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.27 |
| HSL | 255.49º | 0.96% | 0.37% | - |
| HSV(B) | 255.49º | 0.98% | 0.73% | - |
| XYZ | 10.27 | 4.34 | 46.75 | - |
| YUV | 38.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 186 | 0.73 | 0.98 | 0 | 0.27 | 255.49 | 0.96 | 0.37 |
| Hex | 33 | 4 | BA | 49 | 62 | 0 | 1B | FF | 60 | 25 |
| Octal | 63 | 4 | 272 | 111 | 142 | 0 | 33 | 377 | 140 | 45 |
| Binary | 110011 | 100 | 10111010 | 1001001 | 1100010 | 0 | 11011 | 11111111 | 1100000 | 100101 |
Color Harmonies of #3304BA
Complementary color
Monochromatic Colors of #3304BA
Black with #3304BA
Text Example
Text Example
White with #3304BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304BA; }
p { color: rgb(51,4,186); }
H1.HeaderClassName
{
color: #3304BA;
}
.AnyTagClassName
{
color: #3304BA;
}
</style>
background-color css
<style>
a { background-color: #3304BA; }
a { background-color: rgb(51,4,186); }
div.DivClassName
{
background-color: #3304BA;
}
.BgClassName
{
background-color: #3304BA;
}
</style>
border-color css
<style>
span { border-color: #3304BA; }
span { border-color: rgb(51,4,186); }
td.TdClassName
{
border-color: #3304BA;
}
.TagClassName
{
border-color: #3304BA;
}
</style>