Shades of Ultramarine #330FAB
Tints of Ultramarine #330FAB
RGB
CMYK
RGB Variations
Color information
#330FAB (or 0x330FAB) is known color: Ultramarine. HEX triplet: 33, 0F and AB. RGB value is (51,15,171). Sum of RGB (Red+Green+Blue) = 51+15+171=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #330FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAB is #CCF054. Grayscale: #2A2A2A. Windows color (decimal): -13430869 or 11210547. OLE color: 11210547.
HSL color Cylindrical-coordinate representation of color #330FAB: hue angle of 253.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330FAB is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 15 | 171 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.33 |
| HSL | 253.85º | 0.84% | 0.36% | - |
| HSV(B) | 253.85º | 0.91% | 0.67% | - |
| XYZ | 8.89 | 3.99 | 38.83 | - |
| YUV | 43.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 171 | 0.70 | 0.91 | 0 | 0.33 | 253.85 | 0.84 | 0.36 |
| Hex | 33 | F | AB | 46 | 5B | 0 | 21 | FE | 54 | 24 |
| Octal | 63 | 17 | 253 | 106 | 133 | 0 | 41 | 376 | 124 | 44 |
| Binary | 110011 | 1111 | 10101011 | 1000110 | 1011011 | 0 | 100001 | 11111110 | 1010100 | 100100 |
Color Harmonies of #330FAB
Complementary color
Monochromatic Colors of #330FAB
Black with #330FAB
Text Example
Text Example
White with #330FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FAB; }
p { color: rgb(51,15,171); }
H1.HeaderClassName
{
color: #330FAB;
}
.AnyTagClassName
{
color: #330FAB;
}
</style>
background-color css
<style>
a { background-color: #330FAB; }
a { background-color: rgb(51,15,171); }
div.DivClassName
{
background-color: #330FAB;
}
.BgClassName
{
background-color: #330FAB;
}
</style>
border-color css
<style>
span { border-color: #330FAB; }
span { border-color: rgb(51,15,171); }
td.TdClassName
{
border-color: #330FAB;
}
.TagClassName
{
border-color: #330FAB;
}
</style>