Shades of Ultramarine #330AAF
Tints of Ultramarine #330AAF
RGB
CMYK
RGB Variations
Color information
#330AAF (or 0x330AAF) is known color: Ultramarine. HEX triplet: 33, 0A and AF. RGB value is (51,10,175). Sum of RGB (Red+Green+Blue) = 51+10+175=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #330AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAF is #CCF550. Grayscale: #282828. Windows color (decimal): -13432145 or 11471411. OLE color: 11471411.
HSL color Cylindrical-coordinate representation of color #330AAF: hue angle of 254.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AAF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 10 | 175 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.31 |
| HSL | 254.91º | 0.89% | 0.36% | - |
| HSV(B) | 254.91º | 0.94% | 0.69% | - |
| XYZ | 9.21 | 4.02 | 40.85 | - |
| YUV | 41.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 175 | 0.71 | 0.94 | 0 | 0.31 | 254.91 | 0.89 | 0.36 |
| Hex | 33 | A | AF | 47 | 5E | 0 | 1F | FF | 59 | 24 |
| Octal | 63 | 12 | 257 | 107 | 136 | 0 | 37 | 377 | 131 | 44 |
| Binary | 110011 | 1010 | 10101111 | 1000111 | 1011110 | 0 | 11111 | 11111111 | 1011001 | 100100 |
Color Harmonies of #330AAF
Complementary color
Monochromatic Colors of #330AAF
Black with #330AAF
Text Example
Text Example
White with #330AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AAF; }
p { color: rgb(51,10,175); }
H1.HeaderClassName
{
color: #330AAF;
}
.AnyTagClassName
{
color: #330AAF;
}
</style>
background-color css
<style>
a { background-color: #330AAF; }
a { background-color: rgb(51,10,175); }
div.DivClassName
{
background-color: #330AAF;
}
.BgClassName
{
background-color: #330AAF;
}
</style>
border-color css
<style>
span { border-color: #330AAF; }
span { border-color: rgb(51,10,175); }
td.TdClassName
{
border-color: #330AAF;
}
.TagClassName
{
border-color: #330AAF;
}
</style>