Shades of Ultramarine #330EAE
Tints of Ultramarine #330EAE
RGB
CMYK
RGB Variations
Color information
#330EAE (or 0x330EAE) is known color: Ultramarine. HEX triplet: 33, 0E and AE. RGB value is (51,14,174). Sum of RGB (Red+Green+Blue) = 51+14+174=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #330EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330EAE is #CCF151. Grayscale: #2A2A2A. Windows color (decimal): -13431122 or 11406899. OLE color: 11406899.
HSL color Cylindrical-coordinate representation of color #330EAE: hue angle of 253.87º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330EAE is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 14 | 174 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.32 |
| HSL | 253.88º | 0.85% | 0.37% | - |
| HSV(B) | 253.88º | 0.92% | 0.68% | - |
| XYZ | 9.16 | 4.07 | 40.35 | - |
| YUV | 43.3 | 201.76 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 174 | 0.71 | 0.92 | 0 | 0.32 | 253.88 | 0.85 | 0.37 |
| Hex | 33 | E | AE | 47 | 5C | 0 | 20 | FE | 55 | 25 |
| Octal | 63 | 16 | 256 | 107 | 134 | 0 | 40 | 376 | 125 | 45 |
| Binary | 110011 | 1110 | 10101110 | 1000111 | 1011100 | 0 | 100000 | 11111110 | 1010101 | 100101 |
Color Harmonies of #330EAE
Complementary color
Monochromatic Colors of #330EAE
Black with #330EAE
Text Example
Text Example
White with #330EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EAE; }
p { color: rgb(51,14,174); }
H1.HeaderClassName
{
color: #330EAE;
}
.AnyTagClassName
{
color: #330EAE;
}
</style>
background-color css
<style>
a { background-color: #330EAE; }
a { background-color: rgb(51,14,174); }
div.DivClassName
{
background-color: #330EAE;
}
.BgClassName
{
background-color: #330EAE;
}
</style>
border-color css
<style>
span { border-color: #330EAE; }
span { border-color: rgb(51,14,174); }
td.TdClassName
{
border-color: #330EAE;
}
.TagClassName
{
border-color: #330EAE;
}
</style>