Shades of Ultramarine #330DBA
Tints of Ultramarine #330DBA
RGB
CMYK
RGB Variations
Color information
#330DBA (or 0x330DBA) is known color: Ultramarine. HEX triplet: 33, 0D and BA. RGB value is (51,13,186). Sum of RGB (Red+Green+Blue) = 51+13+186=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #330DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DBA is #CCF245. Grayscale: #2B2B2B. Windows color (decimal): -13431366 or 12193075. OLE color: 12193075.
HSL color Cylindrical-coordinate representation of color #330DBA: hue angle of 253.18º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330DBA is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 13 | 186 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.27 |
| HSL | 253.18º | 0.87% | 0.39% | - |
| HSV(B) | 253.18º | 0.93% | 0.73% | - |
| XYZ | 10.37 | 4.54 | 46.78 | - |
| YUV | 44.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 186 | 0.73 | 0.93 | 0 | 0.27 | 253.18 | 0.87 | 0.39 |
| Hex | 33 | D | BA | 49 | 5D | 0 | 1B | FD | 57 | 27 |
| Octal | 63 | 15 | 272 | 111 | 135 | 0 | 33 | 375 | 127 | 47 |
| Binary | 110011 | 1101 | 10111010 | 1001001 | 1011101 | 0 | 11011 | 11111101 | 1010111 | 100111 |
Color Harmonies of #330DBA
Complementary color
Monochromatic Colors of #330DBA
Black with #330DBA
Text Example
Text Example
White with #330DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DBA; }
p { color: rgb(51,13,186); }
H1.HeaderClassName
{
color: #330DBA;
}
.AnyTagClassName
{
color: #330DBA;
}
</style>
background-color css
<style>
a { background-color: #330DBA; }
a { background-color: rgb(51,13,186); }
div.DivClassName
{
background-color: #330DBA;
}
.BgClassName
{
background-color: #330DBA;
}
</style>
border-color css
<style>
span { border-color: #330DBA; }
span { border-color: rgb(51,13,186); }
td.TdClassName
{
border-color: #330DBA;
}
.TagClassName
{
border-color: #330DBA;
}
</style>