Shades of Ultramarine #301AAE
Tints of Ultramarine #301AAE
RGB
CMYK
RGB Variations
Color information
#301AAE (or 0x301AAE) is known color: Ultramarine. HEX triplet: 30, 1A and AE. RGB value is (48,26,174). Sum of RGB (Red+Green+Blue) = 48+26+174=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #301AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AAE is #CFE551. Grayscale: #303030. Windows color (decimal): -13624658 or 11409968. OLE color: 11409968.
HSL color Cylindrical-coordinate representation of color #301AAE: hue angle of 248.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301AAE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 26 | 174 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.32 |
| HSL | 248.92º | 0.74% | 0.39% | - |
| HSV(B) | 248.92º | 0.85% | 0.68% | - |
| XYZ | 9.23 | 4.42 | 40.41 | - |
| YUV | 49.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 174 | 0.72 | 0.85 | 0 | 0.32 | 248.92 | 0.74 | 0.39 |
| Hex | 30 | 1A | AE | 48 | 55 | 0 | 20 | F9 | 4A | 27 |
| Octal | 60 | 32 | 256 | 110 | 125 | 0 | 40 | 371 | 112 | 47 |
| Binary | 110000 | 11010 | 10101110 | 1001000 | 1010101 | 0 | 100000 | 11111001 | 1001010 | 100111 |
Color Harmonies of #301AAE
Complementary color
Monochromatic Colors of #301AAE
Black with #301AAE
Text Example
Text Example
White with #301AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301AAE; }
p { color: rgb(48,26,174); }
H1.HeaderClassName
{
color: #301AAE;
}
.AnyTagClassName
{
color: #301AAE;
}
</style>
background-color css
<style>
a { background-color: #301AAE; }
a { background-color: rgb(48,26,174); }
div.DivClassName
{
background-color: #301AAE;
}
.BgClassName
{
background-color: #301AAE;
}
</style>
border-color css
<style>
span { border-color: #301AAE; }
span { border-color: rgb(48,26,174); }
td.TdClassName
{
border-color: #301AAE;
}
.TagClassName
{
border-color: #301AAE;
}
</style>