Shades of Ultramarine #300BBB
Tints of Ultramarine #300BBB
RGB
CMYK
RGB Variations
Color information
#300BBB (or 0x300BBB) is known color: Ultramarine. HEX triplet: 30, 0B and BB. RGB value is (48,11,187). Sum of RGB (Red+Green+Blue) = 48+11+187=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #300BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BBB is #CFF444. Grayscale: #292929. Windows color (decimal): -13628485 or 12258096. OLE color: 12258096.
HSL color Cylindrical-coordinate representation of color #300BBB: hue angle of 252.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300BBB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 11 | 187 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.27 |
| HSL | 252.61º | 0.89% | 0.39% | - |
| HSV(B) | 252.61º | 0.94% | 0.73% | - |
| XYZ | 10.31 | 4.46 | 47.33 | - |
| YUV | 42.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 187 | 0.74 | 0.94 | 0 | 0.27 | 252.61 | 0.89 | 0.39 |
| Hex | 30 | B | BB | 4A | 5E | 0 | 1B | FD | 59 | 27 |
| Octal | 60 | 13 | 273 | 112 | 136 | 0 | 33 | 375 | 131 | 47 |
| Binary | 110000 | 1011 | 10111011 | 1001010 | 1011110 | 0 | 11011 | 11111101 | 1011001 | 100111 |
Color Harmonies of #300BBB
Complementary color
Monochromatic Colors of #300BBB
Black with #300BBB
Text Example
Text Example
White with #300BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BBB; }
p { color: rgb(48,11,187); }
H1.HeaderClassName
{
color: #300BBB;
}
.AnyTagClassName
{
color: #300BBB;
}
</style>
background-color css
<style>
a { background-color: #300BBB; }
a { background-color: rgb(48,11,187); }
div.DivClassName
{
background-color: #300BBB;
}
.BgClassName
{
background-color: #300BBB;
}
</style>
border-color css
<style>
span { border-color: #300BBB; }
span { border-color: rgb(48,11,187); }
td.TdClassName
{
border-color: #300BBB;
}
.TagClassName
{
border-color: #300BBB;
}
</style>