Shades of Ultramarine #330DAE
Tints of Ultramarine #330DAE
RGB
CMYK
RGB Variations
Color information
#330DAE (or 0x330DAE) is known color: Ultramarine. HEX triplet: 33, 0D and AE. RGB value is (51,13,174). Sum of RGB (Red+Green+Blue) = 51+13+174=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #330DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330DAE is #CCF251. Grayscale: #2A2A2A. Windows color (decimal): -13431378 or 11406643. OLE color: 11406643.
HSL color Cylindrical-coordinate representation of color #330DAE: hue angle of 254.16º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330DAE is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 13 | 174 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.32 |
| HSL | 254.16º | 0.86% | 0.37% | - |
| HSV(B) | 254.16º | 0.93% | 0.68% | - |
| XYZ | 9.15 | 4.05 | 40.34 | - |
| YUV | 42.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 174 | 0.71 | 0.93 | 0 | 0.32 | 254.16 | 0.86 | 0.37 |
| Hex | 33 | D | AE | 47 | 5D | 0 | 20 | FE | 56 | 25 |
| Octal | 63 | 15 | 256 | 107 | 135 | 0 | 40 | 376 | 126 | 45 |
| Binary | 110011 | 1101 | 10101110 | 1000111 | 1011101 | 0 | 100000 | 11111110 | 1010110 | 100101 |
Color Harmonies of #330DAE
Complementary color
Monochromatic Colors of #330DAE
Black with #330DAE
Text Example
Text Example
White with #330DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DAE; }
p { color: rgb(51,13,174); }
H1.HeaderClassName
{
color: #330DAE;
}
.AnyTagClassName
{
color: #330DAE;
}
</style>
background-color css
<style>
a { background-color: #330DAE; }
a { background-color: rgb(51,13,174); }
div.DivClassName
{
background-color: #330DAE;
}
.BgClassName
{
background-color: #330DAE;
}
</style>
border-color css
<style>
span { border-color: #330DAE; }
span { border-color: rgb(51,13,174); }
td.TdClassName
{
border-color: #330DAE;
}
.TagClassName
{
border-color: #330DAE;
}
</style>