Shades of Ultramarine #3307BA
Tints of Ultramarine #3307BA
RGB
CMYK
RGB Variations
Color information
#3307BA (or 0x3307BA) is known color: Ultramarine. HEX triplet: 33, 07 and BA. RGB value is (51,7,186). Sum of RGB (Red+Green+Blue) = 51+7+186=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #3307BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3307BA is #CCF845. Grayscale: #272727. Windows color (decimal): -13432902 or 12191539. OLE color: 12191539.
HSL color Cylindrical-coordinate representation of color #3307BA: hue angle of 254.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3307BA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 7 | 186 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.27 |
| HSL | 254.75º | 0.93% | 0.38% | - |
| HSV(B) | 254.75º | 0.96% | 0.73% | - |
| XYZ | 10.3 | 4.4 | 46.76 | - |
| YUV | 40.56 | 210.08 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 186 | 0.73 | 0.96 | 0 | 0.27 | 254.75 | 0.93 | 0.38 |
| Hex | 33 | 7 | BA | 49 | 60 | 0 | 1B | FF | 5D | 26 |
| Octal | 63 | 7 | 272 | 111 | 140 | 0 | 33 | 377 | 135 | 46 |
| Binary | 110011 | 111 | 10111010 | 1001001 | 1100000 | 0 | 11011 | 11111111 | 1011101 | 100110 |
Color Harmonies of #3307BA
Complementary color
Monochromatic Colors of #3307BA
Black with #3307BA
Text Example
Text Example
White with #3307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3307BA; }
p { color: rgb(51,7,186); }
H1.HeaderClassName
{
color: #3307BA;
}
.AnyTagClassName
{
color: #3307BA;
}
</style>
background-color css
<style>
a { background-color: #3307BA; }
a { background-color: rgb(51,7,186); }
div.DivClassName
{
background-color: #3307BA;
}
.BgClassName
{
background-color: #3307BA;
}
</style>
border-color css
<style>
span { border-color: #3307BA; }
span { border-color: rgb(51,7,186); }
td.TdClassName
{
border-color: #3307BA;
}
.TagClassName
{
border-color: #3307BA;
}
</style>