Shades of Ultramarine #330FA7
Tints of Ultramarine #330FA7
RGB
CMYK
RGB Variations
Color information
#330FA7 (or 0x330FA7) is known color: Ultramarine. HEX triplet: 33, 0F and A7. RGB value is (51,15,167). Sum of RGB (Red+Green+Blue) = 51+15+167=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #330FA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FA7 is #CCF058. Grayscale: #2A2A2A. Windows color (decimal): -13430873 or 10948403. OLE color: 10948403.
HSL color Cylindrical-coordinate representation of color #330FA7: hue angle of 254.21º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330FA7 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 15 | 167 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.35 |
| HSL | 254.21º | 0.84% | 0.36% | - |
| HSV(B) | 254.21º | 0.91% | 0.65% | - |
| XYZ | 8.51 | 3.84 | 36.85 | - |
| YUV | 43.09 | 197.93 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 167 | 0.69 | 0.91 | 0 | 0.35 | 254.21 | 0.84 | 0.36 |
| Hex | 33 | F | A7 | 45 | 5B | 0 | 23 | FE | 54 | 24 |
| Octal | 63 | 17 | 247 | 105 | 133 | 0 | 43 | 376 | 124 | 44 |
| Binary | 110011 | 1111 | 10100111 | 1000101 | 1011011 | 0 | 100011 | 11111110 | 1010100 | 100100 |
Color Harmonies of #330FA7
Complementary color
Monochromatic Colors of #330FA7
Black with #330FA7
Text Example
Text Example
White with #330FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FA7; }
p { color: rgb(51,15,167); }
H1.HeaderClassName
{
color: #330FA7;
}
.AnyTagClassName
{
color: #330FA7;
}
</style>
background-color css
<style>
a { background-color: #330FA7; }
a { background-color: rgb(51,15,167); }
div.DivClassName
{
background-color: #330FA7;
}
.BgClassName
{
background-color: #330FA7;
}
</style>
border-color css
<style>
span { border-color: #330FA7; }
span { border-color: rgb(51,15,167); }
td.TdClassName
{
border-color: #330FA7;
}
.TagClassName
{
border-color: #330FA7;
}
</style>