Shades of Ultramarine #3301AD
Tints of Ultramarine #3301AD
RGB
CMYK
RGB Variations
Color information
#3301AD (or 0x3301AD) is known color: Ultramarine. HEX triplet: 33, 01 and AD. RGB value is (51,1,173). Sum of RGB (Red+Green+Blue) = 51+1+173=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #3301AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3301AD is #CCFE52. Grayscale: #222222. Windows color (decimal): -13434451 or 11338035. OLE color: 11338035.
HSL color Cylindrical-coordinate representation of color #3301AD: hue angle of 257.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3301AD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 1 | 173 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.32 |
| HSL | 257.44º | 0.99% | 0.34% | - |
| HSV(B) | 257.44º | 0.99% | 0.68% | - |
| XYZ | 8.92 | 3.74 | 39.79 | - |
| YUV | 35.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 173 | 0.71 | 0.99 | 0 | 0.32 | 257.44 | 0.99 | 0.34 |
| Hex | 33 | 1 | AD | 47 | 63 | 0 | 20 | 101 | 63 | 22 |
| Octal | 63 | 1 | 255 | 107 | 143 | 0 | 40 | 401 | 143 | 42 |
| Binary | 110011 | 1 | 10101101 | 1000111 | 1100011 | 0 | 100000 | 100000001 | 1100011 | 100010 |
Color Harmonies of #3301AD
Complementary color
Monochromatic Colors of #3301AD
Black with #3301AD
Text Example
Text Example
White with #3301AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301AD; }
p { color: rgb(51,1,173); }
H1.HeaderClassName
{
color: #3301AD;
}
.AnyTagClassName
{
color: #3301AD;
}
</style>
background-color css
<style>
a { background-color: #3301AD; }
a { background-color: rgb(51,1,173); }
div.DivClassName
{
background-color: #3301AD;
}
.BgClassName
{
background-color: #3301AD;
}
</style>
border-color css
<style>
span { border-color: #3301AD; }
span { border-color: rgb(51,1,173); }
td.TdClassName
{
border-color: #3301AD;
}
.TagClassName
{
border-color: #3301AD;
}
</style>