Shades of Ultramarine #3300AD
Tints of Ultramarine #3300AD
RGB
CMYK
RGB Variations
Color information
#3300AD (or 0x3300AD) is known color: Ultramarine. HEX triplet: 33, 00 and AD. RGB value is (51,0,173). Sum of RGB (Red+Green+Blue) = 51+0+173=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #3300AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3300AD is #CCFF52. Grayscale: #222222. Windows color (decimal): -13434707 or 11337779. OLE color: 11337779.
HSL color Cylindrical-coordinate representation of color #3300AD: hue angle of 257.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300AD is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 0 | 173 | - |
| CMYK | 0.71 | 1 | 0 | 0.32 |
| HSL | 257.69º | 1% | 0.34% | - |
| HSV(B) | 257.69º | 1% | 0.68% | - |
| XYZ | 8.91 | 3.72 | 39.78 | - |
| YUV | 34.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 173 | 0.71 | 1 | 0 | 0.32 | 257.69 | 1 | 0.34 |
| Hex | 33 | 0 | AD | 47 | 64 | 0 | 20 | 102 | 64 | 22 |
| Octal | 63 | 0 | 255 | 107 | 144 | 0 | 40 | 402 | 144 | 42 |
| Binary | 110011 | 0 | 10101101 | 1000111 | 1100100 | 0 | 100000 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3300AD
Complementary color
Monochromatic Colors of #3300AD
Black with #3300AD
Text Example
Text Example
White with #3300AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300AD; }
p { color: rgb(51,0,173); }
H1.HeaderClassName
{
color: #3300AD;
}
.AnyTagClassName
{
color: #3300AD;
}
</style>
background-color css
<style>
a { background-color: #3300AD; }
a { background-color: rgb(51,0,173); }
div.DivClassName
{
background-color: #3300AD;
}
.BgClassName
{
background-color: #3300AD;
}
</style>
border-color css
<style>
span { border-color: #3300AD; }
span { border-color: rgb(51,0,173); }
td.TdClassName
{
border-color: #3300AD;
}
.TagClassName
{
border-color: #3300AD;
}
</style>