Shades of Ultramarine #300DB7
Tints of Ultramarine #300DB7
RGB
CMYK
RGB Variations
Color information
#300DB7 (or 0x300DB7) is known color: Ultramarine. HEX triplet: 30, 0D and B7. RGB value is (48,13,183). Sum of RGB (Red+Green+Blue) = 48+13+183=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #300DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DB7 is #CFF248. Grayscale: #2A2A2A. Windows color (decimal): -13627977 or 11996464. OLE color: 11996464.
HSL color Cylindrical-coordinate representation of color #300DB7: hue angle of 252.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300DB7 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 13 | 183 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.28 |
| HSL | 252.35º | 0.87% | 0.38% | - |
| HSV(B) | 252.35º | 0.93% | 0.72% | - |
| XYZ | 9.91 | 4.34 | 45.11 | - |
| YUV | 42.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 183 | 0.74 | 0.93 | 0 | 0.28 | 252.35 | 0.87 | 0.38 |
| Hex | 30 | D | B7 | 4A | 5D | 0 | 1C | FC | 57 | 26 |
| Octal | 60 | 15 | 267 | 112 | 135 | 0 | 34 | 374 | 127 | 46 |
| Binary | 110000 | 1101 | 10110111 | 1001010 | 1011101 | 0 | 11100 | 11111100 | 1010111 | 100110 |
Color Harmonies of #300DB7
Complementary color
Monochromatic Colors of #300DB7
Black with #300DB7
Text Example
Text Example
White with #300DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DB7; }
p { color: rgb(48,13,183); }
H1.HeaderClassName
{
color: #300DB7;
}
.AnyTagClassName
{
color: #300DB7;
}
</style>
background-color css
<style>
a { background-color: #300DB7; }
a { background-color: rgb(48,13,183); }
div.DivClassName
{
background-color: #300DB7;
}
.BgClassName
{
background-color: #300DB7;
}
</style>
border-color css
<style>
span { border-color: #300DB7; }
span { border-color: rgb(48,13,183); }
td.TdClassName
{
border-color: #300DB7;
}
.TagClassName
{
border-color: #300DB7;
}
</style>