Shades of Ultramarine #3302A4
Tints of Ultramarine #3302A4
RGB
CMYK
RGB Variations
Color information
#3302A4 (or 0x3302A4) is known color: Ultramarine. HEX triplet: 33, 02 and A4. RGB value is (51,2,164). Sum of RGB (Red+Green+Blue) = 51+2+164=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #3302A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3302A4 is #CCFD5B. Grayscale: #222222. Windows color (decimal): -13434204 or 10748467. OLE color: 10748467.
HSL color Cylindrical-coordinate representation of color #3302A4: hue angle of 258.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302A4 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 2 | 164 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.36 |
| HSL | 258.15º | 0.98% | 0.33% | - |
| HSV(B) | 258.15º | 0.99% | 0.64% | - |
| XYZ | 8.09 | 3.43 | 35.36 | - |
| YUV | 35.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 164 | 0.69 | 0.99 | 0 | 0.36 | 258.15 | 0.98 | 0.33 |
| Hex | 33 | 2 | A4 | 45 | 63 | 0 | 24 | 102 | 62 | 21 |
| Octal | 63 | 2 | 244 | 105 | 143 | 0 | 44 | 402 | 142 | 41 |
| Binary | 110011 | 10 | 10100100 | 1000101 | 1100011 | 0 | 100100 | 100000010 | 1100010 | 100001 |
Color Harmonies of #3302A4
Complementary color
Monochromatic Colors of #3302A4
Black with #3302A4
Text Example
Text Example
White with #3302A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302A4; }
p { color: rgb(51,2,164); }
H1.HeaderClassName
{
color: #3302A4;
}
.AnyTagClassName
{
color: #3302A4;
}
</style>
background-color css
<style>
a { background-color: #3302A4; }
a { background-color: rgb(51,2,164); }
div.DivClassName
{
background-color: #3302A4;
}
.BgClassName
{
background-color: #3302A4;
}
</style>
border-color css
<style>
span { border-color: #3302A4; }
span { border-color: rgb(51,2,164); }
td.TdClassName
{
border-color: #3302A4;
}
.TagClassName
{
border-color: #3302A4;
}
</style>