Shades of Ultramarine #3003BA
Tints of Ultramarine #3003BA
RGB
CMYK
RGB Variations
Color information
#3003BA (or 0x3003BA) is known color: Ultramarine. HEX triplet: 30, 03 and BA. RGB value is (48,3,186). Sum of RGB (Red+Green+Blue) = 48+3+186=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #3003BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003BA is #CFFC45. Grayscale: #242424. Windows color (decimal): -13630534 or 12190512. OLE color: 12190512.
HSL color Cylindrical-coordinate representation of color #3003BA: hue angle of 254.75º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3003BA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 3 | 186 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.27 |
| HSL | 254.75º | 0.97% | 0.37% | - |
| HSV(B) | 254.75º | 0.98% | 0.73% | - |
| XYZ | 10.11 | 4.24 | 46.74 | - |
| YUV | 37.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 186 | 0.74 | 0.98 | 0 | 0.27 | 254.75 | 0.97 | 0.37 |
| Hex | 30 | 3 | BA | 4A | 62 | 0 | 1B | FF | 61 | 25 |
| Octal | 60 | 3 | 272 | 112 | 142 | 0 | 33 | 377 | 141 | 45 |
| Binary | 110000 | 11 | 10111010 | 1001010 | 1100010 | 0 | 11011 | 11111111 | 1100001 | 100101 |
Color Harmonies of #3003BA
Complementary color
Monochromatic Colors of #3003BA
Black with #3003BA
Text Example
Text Example
White with #3003BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003BA; }
p { color: rgb(48,3,186); }
H1.HeaderClassName
{
color: #3003BA;
}
.AnyTagClassName
{
color: #3003BA;
}
</style>
background-color css
<style>
a { background-color: #3003BA; }
a { background-color: rgb(48,3,186); }
div.DivClassName
{
background-color: #3003BA;
}
.BgClassName
{
background-color: #3003BA;
}
</style>
border-color css
<style>
span { border-color: #3003BA; }
span { border-color: rgb(48,3,186); }
td.TdClassName
{
border-color: #3003BA;
}
.TagClassName
{
border-color: #3003BA;
}
</style>