Shades of Ultramarine #330EA4
Tints of Ultramarine #330EA4
RGB
CMYK
RGB Variations
Color information
#330EA4 (or 0x330EA4) is known color: Ultramarine. HEX triplet: 33, 0E and A4. RGB value is (51,14,164). Sum of RGB (Red+Green+Blue) = 51+14+164=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #330EA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330EA4 is #CCF15B. Grayscale: #292929. Windows color (decimal): -13431132 or 10751539. OLE color: 10751539.
HSL color Cylindrical-coordinate representation of color #330EA4: hue angle of 254.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330EA4 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 14 | 164 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.36 |
| HSL | 254.8º | 0.84% | 0.35% | - |
| HSV(B) | 254.8º | 0.91% | 0.64% | - |
| XYZ | 8.22 | 3.7 | 35.4 | - |
| YUV | 42.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 164 | 0.69 | 0.91 | 0 | 0.36 | 254.8 | 0.84 | 0.35 |
| Hex | 33 | E | A4 | 45 | 5B | 0 | 24 | FF | 54 | 23 |
| Octal | 63 | 16 | 244 | 105 | 133 | 0 | 44 | 377 | 124 | 43 |
| Binary | 110011 | 1110 | 10100100 | 1000101 | 1011011 | 0 | 100100 | 11111111 | 1010100 | 100011 |
Color Harmonies of #330EA4
Complementary color
Monochromatic Colors of #330EA4
Black with #330EA4
Text Example
Text Example
White with #330EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EA4; }
p { color: rgb(51,14,164); }
H1.HeaderClassName
{
color: #330EA4;
}
.AnyTagClassName
{
color: #330EA4;
}
</style>
background-color css
<style>
a { background-color: #330EA4; }
a { background-color: rgb(51,14,164); }
div.DivClassName
{
background-color: #330EA4;
}
.BgClassName
{
background-color: #330EA4;
}
</style>
border-color css
<style>
span { border-color: #330EA4; }
span { border-color: rgb(51,14,164); }
td.TdClassName
{
border-color: #330EA4;
}
.TagClassName
{
border-color: #330EA4;
}
</style>