Shades of Ultramarine #3309BA
Tints of Ultramarine #3309BA
RGB
CMYK
RGB Variations
Color information
#3309BA (or 0x3309BA) is known color: Ultramarine. HEX triplet: 33, 09 and BA. RGB value is (51,9,186). Sum of RGB (Red+Green+Blue) = 51+9+186=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #3309BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3309BA is #CCF645. Grayscale: #292929. Windows color (decimal): -13432390 or 12192051. OLE color: 12192051.
HSL color Cylindrical-coordinate representation of color #3309BA: hue angle of 254.24º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3309BA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 9 | 186 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.27 |
| HSL | 254.24º | 0.91% | 0.38% | - |
| HSV(B) | 254.24º | 0.95% | 0.73% | - |
| XYZ | 10.33 | 4.44 | 46.77 | - |
| YUV | 41.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 186 | 0.73 | 0.95 | 0 | 0.27 | 254.24 | 0.91 | 0.38 |
| Hex | 33 | 9 | BA | 49 | 5F | 0 | 1B | FE | 5B | 26 |
| Octal | 63 | 11 | 272 | 111 | 137 | 0 | 33 | 376 | 133 | 46 |
| Binary | 110011 | 1001 | 10111010 | 1001001 | 1011111 | 0 | 11011 | 11111110 | 1011011 | 100110 |
Color Harmonies of #3309BA
Complementary color
Monochromatic Colors of #3309BA
Black with #3309BA
Text Example
Text Example
White with #3309BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309BA; }
p { color: rgb(51,9,186); }
H1.HeaderClassName
{
color: #3309BA;
}
.AnyTagClassName
{
color: #3309BA;
}
</style>
background-color css
<style>
a { background-color: #3309BA; }
a { background-color: rgb(51,9,186); }
div.DivClassName
{
background-color: #3309BA;
}
.BgClassName
{
background-color: #3309BA;
}
</style>
border-color css
<style>
span { border-color: #3309BA; }
span { border-color: rgb(51,9,186); }
td.TdClassName
{
border-color: #3309BA;
}
.TagClassName
{
border-color: #3309BA;
}
</style>