Shades of Ultramarine #330CBC
Tints of Ultramarine #330CBC
RGB
CMYK
RGB Variations
Color information
#330CBC (or 0x330CBC) is known color: Ultramarine. HEX triplet: 33, 0C and BC. RGB value is (51,12,188). Sum of RGB (Red+Green+Blue) = 51+12+188=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #330CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CBC is #CCF343. Grayscale: #2B2B2B. Windows color (decimal): -13431620 or 12323891. OLE color: 12323891.
HSL color Cylindrical-coordinate representation of color #330CBC: hue angle of 253.3º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CBC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 12 | 188 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.26 |
| HSL | 253.3º | 0.88% | 0.39% | - |
| HSV(B) | 253.3º | 0.94% | 0.74% | - |
| XYZ | 10.57 | 4.6 | 47.91 | - |
| YUV | 43.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 188 | 0.73 | 0.94 | 0 | 0.26 | 253.3 | 0.88 | 0.39 |
| Hex | 33 | C | BC | 49 | 5E | 0 | 1A | FD | 58 | 27 |
| Octal | 63 | 14 | 274 | 111 | 136 | 0 | 32 | 375 | 130 | 47 |
| Binary | 110011 | 1100 | 10111100 | 1001001 | 1011110 | 0 | 11010 | 11111101 | 1011000 | 100111 |
Color Harmonies of #330CBC
Complementary color
Monochromatic Colors of #330CBC
Black with #330CBC
Text Example
Text Example
White with #330CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CBC; }
p { color: rgb(51,12,188); }
H1.HeaderClassName
{
color: #330CBC;
}
.AnyTagClassName
{
color: #330CBC;
}
</style>
background-color css
<style>
a { background-color: #330CBC; }
a { background-color: rgb(51,12,188); }
div.DivClassName
{
background-color: #330CBC;
}
.BgClassName
{
background-color: #330CBC;
}
</style>
border-color css
<style>
span { border-color: #330CBC; }
span { border-color: rgb(51,12,188); }
td.TdClassName
{
border-color: #330CBC;
}
.TagClassName
{
border-color: #330CBC;
}
</style>