Shades of Ultramarine #330DBB
Tints of Ultramarine #330DBB
RGB
CMYK
RGB Variations
Color information
#330DBB (or 0x330DBB) is known color: Ultramarine. HEX triplet: 33, 0D and BB. RGB value is (51,13,187). Sum of RGB (Red+Green+Blue) = 51+13+187=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #330DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DBB is #CCF244. Grayscale: #2B2B2B. Windows color (decimal): -13431365 or 12258611. OLE color: 12258611.
HSL color Cylindrical-coordinate representation of color #330DBB: hue angle of 253.1º 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 #330DBB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 13 | 187 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.27 |
| HSL | 253.1º | 0.87% | 0.39% | - |
| HSV(B) | 253.1º | 0.93% | 0.73% | - |
| XYZ | 10.48 | 4.58 | 47.35 | - |
| YUV | 44.2 | 208.59 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 187 | 0.73 | 0.93 | 0 | 0.27 | 253.1 | 0.87 | 0.39 |
| Hex | 33 | D | BB | 49 | 5D | 0 | 1B | FD | 57 | 27 |
| Octal | 63 | 15 | 273 | 111 | 135 | 0 | 33 | 375 | 127 | 47 |
| Binary | 110011 | 1101 | 10111011 | 1001001 | 1011101 | 0 | 11011 | 11111101 | 1010111 | 100111 |
Color Harmonies of #330DBB
Complementary color
Monochromatic Colors of #330DBB
Black with #330DBB
Text Example
Text Example
White with #330DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DBB; }
p { color: rgb(51,13,187); }
H1.HeaderClassName
{
color: #330DBB;
}
.AnyTagClassName
{
color: #330DBB;
}
</style>
background-color css
<style>
a { background-color: #330DBB; }
a { background-color: rgb(51,13,187); }
div.DivClassName
{
background-color: #330DBB;
}
.BgClassName
{
background-color: #330DBB;
}
</style>
border-color css
<style>
span { border-color: #330DBB; }
span { border-color: rgb(51,13,187); }
td.TdClassName
{
border-color: #330DBB;
}
.TagClassName
{
border-color: #330DBB;
}
</style>