Shades of Ultramarine #3304AC
Tints of Ultramarine #3304AC
RGB
CMYK
RGB Variations
Color information
#3304AC (or 0x3304AC) is known color: Ultramarine. HEX triplet: 33, 04 and AC. RGB value is (51,4,172). Sum of RGB (Red+Green+Blue) = 51+4+172=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #3304AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3304AC is #CCFB53. Grayscale: #242424. Windows color (decimal): -13433684 or 11273267. OLE color: 11273267.
HSL color Cylindrical-coordinate representation of color #3304AC: hue angle of 256.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304AC is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 4 | 172 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.33 |
| HSL | 256.79º | 0.95% | 0.35% | - |
| HSV(B) | 256.79º | 0.98% | 0.67% | - |
| XYZ | 8.86 | 3.77 | 39.29 | - |
| YUV | 37.21 | 204.07 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 172 | 0.70 | 0.98 | 0 | 0.33 | 256.79 | 0.95 | 0.35 |
| Hex | 33 | 4 | AC | 46 | 62 | 0 | 21 | 101 | 5F | 23 |
| Octal | 63 | 4 | 254 | 106 | 142 | 0 | 41 | 401 | 137 | 43 |
| Binary | 110011 | 100 | 10101100 | 1000110 | 1100010 | 0 | 100001 | 100000001 | 1011111 | 100011 |
Color Harmonies of #3304AC
Complementary color
Monochromatic Colors of #3304AC
Black with #3304AC
Text Example
Text Example
White with #3304AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304AC; }
p { color: rgb(51,4,172); }
H1.HeaderClassName
{
color: #3304AC;
}
.AnyTagClassName
{
color: #3304AC;
}
</style>
background-color css
<style>
a { background-color: #3304AC; }
a { background-color: rgb(51,4,172); }
div.DivClassName
{
background-color: #3304AC;
}
.BgClassName
{
background-color: #3304AC;
}
</style>
border-color css
<style>
span { border-color: #3304AC; }
span { border-color: rgb(51,4,172); }
td.TdClassName
{
border-color: #3304AC;
}
.TagClassName
{
border-color: #3304AC;
}
</style>