Shades of Ultramarine #3006BA
Tints of Ultramarine #3006BA
RGB
CMYK
RGB Variations
Color information
#3006BA (or 0x3006BA) is known color: Ultramarine. HEX triplet: 30, 06 and BA. RGB value is (48,6,186). Sum of RGB (Red+Green+Blue) = 48+6+186=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #3006BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3006BA is #CFF945. Grayscale: #262626. Windows color (decimal): -13629766 or 12191280. OLE color: 12191280.
HSL color Cylindrical-coordinate representation of color #3006BA: hue angle of 254º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3006BA is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 6 | 186 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.27 |
| HSL | 254º | 0.94% | 0.38% | - |
| HSV(B) | 254º | 0.97% | 0.73% | - |
| XYZ | 10.15 | 4.3 | 46.75 | - |
| YUV | 39.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 186 | 0.74 | 0.97 | 0 | 0.27 | 254 | 0.94 | 0.38 |
| Hex | 30 | 6 | BA | 4A | 61 | 0 | 1B | FE | 5E | 26 |
| Octal | 60 | 6 | 272 | 112 | 141 | 0 | 33 | 376 | 136 | 46 |
| Binary | 110000 | 110 | 10111010 | 1001010 | 1100001 | 0 | 11011 | 11111110 | 1011110 | 100110 |
Color Harmonies of #3006BA
Complementary color
Monochromatic Colors of #3006BA
Black with #3006BA
Text Example
Text Example
White with #3006BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3006BA; }
p { color: rgb(48,6,186); }
H1.HeaderClassName
{
color: #3006BA;
}
.AnyTagClassName
{
color: #3006BA;
}
</style>
background-color css
<style>
a { background-color: #3006BA; }
a { background-color: rgb(48,6,186); }
div.DivClassName
{
background-color: #3006BA;
}
.BgClassName
{
background-color: #3006BA;
}
</style>
border-color css
<style>
span { border-color: #3006BA; }
span { border-color: rgb(48,6,186); }
td.TdClassName
{
border-color: #3006BA;
}
.TagClassName
{
border-color: #3006BA;
}
</style>