Shades of Ultramarine #3305AB
Tints of Ultramarine #3305AB
RGB
CMYK
RGB Variations
Color information
#3305AB (or 0x3305AB) is known color: Ultramarine. HEX triplet: 33, 05 and AB. RGB value is (51,5,171). Sum of RGB (Red+Green+Blue) = 51+5+171=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #3305AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3305AB is #CCFA54. Grayscale: #252525. Windows color (decimal): -13433429 or 11207987. OLE color: 11207987.
HSL color Cylindrical-coordinate representation of color #3305AB: hue angle of 256.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3305AB is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 5 | 171 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.33 |
| HSL | 256.63º | 0.94% | 0.35% | - |
| HSV(B) | 256.63º | 0.97% | 0.67% | - |
| XYZ | 8.77 | 3.75 | 38.79 | - |
| YUV | 37.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 171 | 0.70 | 0.97 | 0 | 0.33 | 256.63 | 0.94 | 0.35 |
| Hex | 33 | 5 | AB | 46 | 61 | 0 | 21 | 101 | 5E | 23 |
| Octal | 63 | 5 | 253 | 106 | 141 | 0 | 41 | 401 | 136 | 43 |
| Binary | 110011 | 101 | 10101011 | 1000110 | 1100001 | 0 | 100001 | 100000001 | 1011110 | 100011 |
Color Harmonies of #3305AB
Complementary color
Monochromatic Colors of #3305AB
Black with #3305AB
Text Example
Text Example
White with #3305AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305AB; }
p { color: rgb(51,5,171); }
H1.HeaderClassName
{
color: #3305AB;
}
.AnyTagClassName
{
color: #3305AB;
}
</style>
background-color css
<style>
a { background-color: #3305AB; }
a { background-color: rgb(51,5,171); }
div.DivClassName
{
background-color: #3305AB;
}
.BgClassName
{
background-color: #3305AB;
}
</style>
border-color css
<style>
span { border-color: #3305AB; }
span { border-color: rgb(51,5,171); }
td.TdClassName
{
border-color: #3305AB;
}
.TagClassName
{
border-color: #3305AB;
}
</style>