Shades of Ultramarine #300BAE
Tints of Ultramarine #300BAE
RGB
CMYK
RGB Variations
Color information
#300BAE (or 0x300BAE) is known color: Ultramarine. HEX triplet: 30, 0B and AE. RGB value is (48,11,174). Sum of RGB (Red+Green+Blue) = 48+11+174=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #300BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300BAE is #CFF451. Grayscale: #282828. Windows color (decimal): -13628498 or 11406128. OLE color: 11406128.
HSL color Cylindrical-coordinate representation of color #300BAE: hue angle of 253.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300BAE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 11 | 174 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.32 |
| HSL | 253.62º | 0.88% | 0.36% | - |
| HSV(B) | 253.62º | 0.94% | 0.68% | - |
| XYZ | 8.98 | 3.92 | 40.33 | - |
| YUV | 40.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 174 | 0.72 | 0.94 | 0 | 0.32 | 253.62 | 0.88 | 0.36 |
| Hex | 30 | B | AE | 48 | 5E | 0 | 20 | FE | 58 | 24 |
| Octal | 60 | 13 | 256 | 110 | 136 | 0 | 40 | 376 | 130 | 44 |
| Binary | 110000 | 1011 | 10101110 | 1001000 | 1011110 | 0 | 100000 | 11111110 | 1011000 | 100100 |
Color Harmonies of #300BAE
Complementary color
Monochromatic Colors of #300BAE
Black with #300BAE
Text Example
Text Example
White with #300BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BAE; }
p { color: rgb(48,11,174); }
H1.HeaderClassName
{
color: #300BAE;
}
.AnyTagClassName
{
color: #300BAE;
}
</style>
background-color css
<style>
a { background-color: #300BAE; }
a { background-color: rgb(48,11,174); }
div.DivClassName
{
background-color: #300BAE;
}
.BgClassName
{
background-color: #300BAE;
}
</style>
border-color css
<style>
span { border-color: #300BAE; }
span { border-color: rgb(48,11,174); }
td.TdClassName
{
border-color: #300BAE;
}
.TagClassName
{
border-color: #300BAE;
}
</style>