Shades of Ultramarine #330FAA
Tints of Ultramarine #330FAA
RGB
CMYK
RGB Variations
Color information
#330FAA (or 0x330FAA) is known color: Ultramarine. HEX triplet: 33, 0F and AA. RGB value is (51,15,170). Sum of RGB (Red+Green+Blue) = 51+15+170=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #330FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAA is #CCF055. Grayscale: #2A2A2A. Windows color (decimal): -13430870 or 11145011. OLE color: 11145011.
HSL color Cylindrical-coordinate representation of color #330FAA: hue angle of 253.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330FAA is Cyan = 0.7, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 15 | 170 | - |
| CMYK | 0.7 | 0.91 | 0 | 0.33 |
| HSL | 253.94º | 0.84% | 0.36% | - |
| HSV(B) | 253.94º | 0.91% | 0.67% | - |
| XYZ | 8.79 | 3.95 | 38.33 | - |
| YUV | 43.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 170 | 0.7 | 0.91 | 0 | 0.33 | 253.94 | 0.84 | 0.36 |
| Hex | 33 | F | AA | 46 | 5B | 0 | 21 | FE | 54 | 24 |
| Octal | 63 | 17 | 252 | 106 | 133 | 0 | 41 | 376 | 124 | 44 |
| Binary | 110011 | 1111 | 10101010 | 1000110 | 1011011 | 0 | 100001 | 11111110 | 1010100 | 100100 |
Color Harmonies of #330FAA
Complementary color
Monochromatic Colors of #330FAA
Black with #330FAA
Text Example
Text Example
White with #330FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FAA; }
p { color: rgb(51,15,170); }
H1.HeaderClassName
{
color: #330FAA;
}
.AnyTagClassName
{
color: #330FAA;
}
</style>
background-color css
<style>
a { background-color: #330FAA; }
a { background-color: rgb(51,15,170); }
div.DivClassName
{
background-color: #330FAA;
}
.BgClassName
{
background-color: #330FAA;
}
</style>
border-color css
<style>
span { border-color: #330FAA; }
span { border-color: rgb(51,15,170); }
td.TdClassName
{
border-color: #330FAA;
}
.TagClassName
{
border-color: #330FAA;
}
</style>