Shades of Ultramarine #3302AA
Tints of Ultramarine #3302AA
RGB
CMYK
RGB Variations
Color information
#3302AA (or 0x3302AA) is known color: Ultramarine. HEX triplet: 33, 02 and AA. RGB value is (51,2,170). Sum of RGB (Red+Green+Blue) = 51+2+170=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #3302AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3302AA is #CCFD55. Grayscale: #232323. Windows color (decimal): -13434198 or 11141683. OLE color: 11141683.
HSL color Cylindrical-coordinate representation of color #3302AA: hue angle of 257.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302AA is Cyan = 0.7, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 2 | 170 | - |
| CMYK | 0.7 | 0.99 | 0 | 0.33 |
| HSL | 257.5º | 0.98% | 0.34% | - |
| HSV(B) | 257.5º | 0.99% | 0.67% | - |
| XYZ | 8.64 | 3.65 | 38.28 | - |
| YUV | 35.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 170 | 0.7 | 0.99 | 0 | 0.33 | 257.5 | 0.98 | 0.34 |
| Hex | 33 | 2 | AA | 46 | 63 | 0 | 21 | 102 | 62 | 22 |
| Octal | 63 | 2 | 252 | 106 | 143 | 0 | 41 | 402 | 142 | 42 |
| Binary | 110011 | 10 | 10101010 | 1000110 | 1100011 | 0 | 100001 | 100000010 | 1100010 | 100010 |
Color Harmonies of #3302AA
Complementary color
Monochromatic Colors of #3302AA
Black with #3302AA
Text Example
Text Example
White with #3302AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302AA; }
p { color: rgb(51,2,170); }
H1.HeaderClassName
{
color: #3302AA;
}
.AnyTagClassName
{
color: #3302AA;
}
</style>
background-color css
<style>
a { background-color: #3302AA; }
a { background-color: rgb(51,2,170); }
div.DivClassName
{
background-color: #3302AA;
}
.BgClassName
{
background-color: #3302AA;
}
</style>
border-color css
<style>
span { border-color: #3302AA; }
span { border-color: rgb(51,2,170); }
td.TdClassName
{
border-color: #3302AA;
}
.TagClassName
{
border-color: #3302AA;
}
</style>