Shades of Ultramarine #301AAA
Tints of Ultramarine #301AAA
RGB
CMYK
RGB Variations
Color information
#301AAA (or 0x301AAA) is known color: Ultramarine. HEX triplet: 30, 1A and AA. RGB value is (48,26,170). Sum of RGB (Red+Green+Blue) = 48+26+170=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #301AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AAA is #CFE555. Grayscale: #303030. Windows color (decimal): -13624662 or 11147824. OLE color: 11147824.
HSL color Cylindrical-coordinate representation of color #301AAA: hue angle of 249.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301AAA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 26 | 170 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.33 |
| HSL | 249.17º | 0.73% | 0.38% | - |
| HSV(B) | 249.17º | 0.85% | 0.67% | - |
| XYZ | 8.84 | 4.27 | 38.39 | - |
| YUV | 48.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 170 | 0.72 | 0.85 | 0 | 0.33 | 249.17 | 0.73 | 0.38 |
| Hex | 30 | 1A | AA | 48 | 55 | 0 | 21 | F9 | 49 | 26 |
| Octal | 60 | 32 | 252 | 110 | 125 | 0 | 41 | 371 | 111 | 46 |
| Binary | 110000 | 11010 | 10101010 | 1001000 | 1010101 | 0 | 100001 | 11111001 | 1001001 | 100110 |
Color Harmonies of #301AAA
Complementary color
Monochromatic Colors of #301AAA
Black with #301AAA
Text Example
Text Example
White with #301AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301AAA; }
p { color: rgb(48,26,170); }
H1.HeaderClassName
{
color: #301AAA;
}
.AnyTagClassName
{
color: #301AAA;
}
</style>
background-color css
<style>
a { background-color: #301AAA; }
a { background-color: rgb(48,26,170); }
div.DivClassName
{
background-color: #301AAA;
}
.BgClassName
{
background-color: #301AAA;
}
</style>
border-color css
<style>
span { border-color: #301AAA; }
span { border-color: rgb(48,26,170); }
td.TdClassName
{
border-color: #301AAA;
}
.TagClassName
{
border-color: #301AAA;
}
</style>