Shades of Ultramarine #3301BB
Tints of Ultramarine #3301BB
RGB
CMYK
RGB Variations
Color information
#3301BB (or 0x3301BB) is known color: Ultramarine. HEX triplet: 33, 01 and BB. RGB value is (51,1,187). Sum of RGB (Red+Green+Blue) = 51+1+187=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #3301BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301BB is #CCFE44. Grayscale: #242424. Windows color (decimal): -13434437 or 12255539. OLE color: 12255539.
HSL color Cylindrical-coordinate representation of color #3301BB: hue angle of 256.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3301BB is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 1 | 187 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.27 |
| HSL | 256.13º | 0.99% | 0.37% | - |
| HSV(B) | 256.13º | 0.99% | 0.73% | - |
| XYZ | 10.35 | 4.31 | 47.3 | - |
| YUV | 37.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 187 | 0.73 | 0.99 | 0 | 0.27 | 256.13 | 0.99 | 0.37 |
| Hex | 33 | 1 | BB | 49 | 63 | 0 | 1B | 100 | 63 | 25 |
| Octal | 63 | 1 | 273 | 111 | 143 | 0 | 33 | 400 | 143 | 45 |
| Binary | 110011 | 1 | 10111011 | 1001001 | 1100011 | 0 | 11011 | 100000000 | 1100011 | 100101 |
Color Harmonies of #3301BB
Complementary color
Monochromatic Colors of #3301BB
Black with #3301BB
Text Example
Text Example
White with #3301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301BB; }
p { color: rgb(51,1,187); }
H1.HeaderClassName
{
color: #3301BB;
}
.AnyTagClassName
{
color: #3301BB;
}
</style>
background-color css
<style>
a { background-color: #3301BB; }
a { background-color: rgb(51,1,187); }
div.DivClassName
{
background-color: #3301BB;
}
.BgClassName
{
background-color: #3301BB;
}
</style>
border-color css
<style>
span { border-color: #3301BB; }
span { border-color: rgb(51,1,187); }
td.TdClassName
{
border-color: #3301BB;
}
.TagClassName
{
border-color: #3301BB;
}
</style>