Shades of Ultramarine #3300AE
Tints of Ultramarine #3300AE
RGB
CMYK
RGB Variations
Color information
#3300AE (or 0x3300AE) is known color: Ultramarine. HEX triplet: 33, 00 and AE. RGB value is (51,0,174). Sum of RGB (Red+Green+Blue) = 51+0+174=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #3300AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3300AE is #CCFF51. Grayscale: #222222. Windows color (decimal): -13434706 or 11403315. OLE color: 11403315.
HSL color Cylindrical-coordinate representation of color #3300AE: hue angle of 257.59º 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 #3300AE is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 0 | 174 | - |
| CMYK | 0.71 | 1 | 0 | 0.32 |
| HSL | 257.59º | 1% | 0.34% | - |
| HSV(B) | 257.59º | 1% | 0.68% | - |
| XYZ | 9.01 | 3.76 | 40.3 | - |
| YUV | 35.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 174 | 0.71 | 1 | 0 | 0.32 | 257.59 | 1 | 0.34 |
| Hex | 33 | 0 | AE | 47 | 64 | 0 | 20 | 102 | 64 | 22 |
| Octal | 63 | 0 | 256 | 107 | 144 | 0 | 40 | 402 | 144 | 42 |
| Binary | 110011 | 0 | 10101110 | 1000111 | 1100100 | 0 | 100000 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3300AE
Complementary color
Monochromatic Colors of #3300AE
Black with #3300AE
Text Example
Text Example
White with #3300AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300AE; }
p { color: rgb(51,0,174); }
H1.HeaderClassName
{
color: #3300AE;
}
.AnyTagClassName
{
color: #3300AE;
}
</style>
background-color css
<style>
a { background-color: #3300AE; }
a { background-color: rgb(51,0,174); }
div.DivClassName
{
background-color: #3300AE;
}
.BgClassName
{
background-color: #3300AE;
}
</style>
border-color css
<style>
span { border-color: #3300AE; }
span { border-color: rgb(51,0,174); }
td.TdClassName
{
border-color: #3300AE;
}
.TagClassName
{
border-color: #3300AE;
}
</style>