Shades of Ultramarine #300DB5
Tints of Ultramarine #300DB5
RGB
CMYK
RGB Variations
Color information
#300DB5 (or 0x300DB5) is known color: Ultramarine. HEX triplet: 30, 0D and B5. RGB value is (48,13,181). Sum of RGB (Red+Green+Blue) = 48+13+181=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 181 (71.09% from 255 or 74.79% from 242); Max value from RGB is 181 - color contains mainly: blue. Hex color #300DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DB5 is #CFF24A. Grayscale: #292929. Windows color (decimal): -13627979 or 11865392. OLE color: 11865392.
HSL color Cylindrical-coordinate representation of color #300DB5: hue angle of 252.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300DB5 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 13 | 181 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.29 |
| HSL | 252.5º | 0.87% | 0.38% | - |
| HSV(B) | 252.5º | 0.93% | 0.71% | - |
| XYZ | 9.7 | 4.25 | 44.03 | - |
| YUV | 42.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 181 | 0.73 | 0.93 | 0 | 0.29 | 252.5 | 0.87 | 0.38 |
| Hex | 30 | D | B5 | 49 | 5D | 0 | 1D | FD | 57 | 26 |
| Octal | 60 | 15 | 265 | 111 | 135 | 0 | 35 | 375 | 127 | 46 |
| Binary | 110000 | 1101 | 10110101 | 1001001 | 1011101 | 0 | 11101 | 11111101 | 1010111 | 100110 |
Color Harmonies of #300DB5
Complementary color
Monochromatic Colors of #300DB5
Black with #300DB5
Text Example
Text Example
White with #300DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DB5; }
p { color: rgb(48,13,181); }
H1.HeaderClassName
{
color: #300DB5;
}
.AnyTagClassName
{
color: #300DB5;
}
</style>
background-color css
<style>
a { background-color: #300DB5; }
a { background-color: rgb(48,13,181); }
div.DivClassName
{
background-color: #300DB5;
}
.BgClassName
{
background-color: #300DB5;
}
</style>
border-color css
<style>
span { border-color: #300DB5; }
span { border-color: rgb(48,13,181); }
td.TdClassName
{
border-color: #300DB5;
}
.TagClassName
{
border-color: #300DB5;
}
</style>