Shades of Ultramarine #3007BA
Tints of Ultramarine #3007BA
RGB
CMYK
RGB Variations
Color information
#3007BA (or 0x3007BA) is known color: Ultramarine. HEX triplet: 30, 07 and BA. RGB value is (48,7,186). Sum of RGB (Red+Green+Blue) = 48+7+186=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #3007BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3007BA is #CFF845. Grayscale: #262626. Windows color (decimal): -13629510 or 12191536. OLE color: 12191536.
HSL color Cylindrical-coordinate representation of color #3007BA: hue angle of 253.74º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3007BA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 7 | 186 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.27 |
| HSL | 253.74º | 0.93% | 0.38% | - |
| HSV(B) | 253.74º | 0.96% | 0.73% | - |
| XYZ | 10.16 | 4.33 | 46.75 | - |
| YUV | 39.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 186 | 0.74 | 0.96 | 0 | 0.27 | 253.74 | 0.93 | 0.38 |
| Hex | 30 | 7 | BA | 4A | 60 | 0 | 1B | FE | 5D | 26 |
| Octal | 60 | 7 | 272 | 112 | 140 | 0 | 33 | 376 | 135 | 46 |
| Binary | 110000 | 111 | 10111010 | 1001010 | 1100000 | 0 | 11011 | 11111110 | 1011101 | 100110 |
Color Harmonies of #3007BA
Complementary color
Monochromatic Colors of #3007BA
Black with #3007BA
Text Example
Text Example
White with #3007BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3007BA; }
p { color: rgb(48,7,186); }
H1.HeaderClassName
{
color: #3007BA;
}
.AnyTagClassName
{
color: #3007BA;
}
</style>
background-color css
<style>
a { background-color: #3007BA; }
a { background-color: rgb(48,7,186); }
div.DivClassName
{
background-color: #3007BA;
}
.BgClassName
{
background-color: #3007BA;
}
</style>
border-color css
<style>
span { border-color: #3007BA; }
span { border-color: rgb(48,7,186); }
td.TdClassName
{
border-color: #3007BA;
}
.TagClassName
{
border-color: #3007BA;
}
</style>