Shades of Ultramarine #301FA4
Tints of Ultramarine #301FA4
RGB
CMYK
RGB Variations
Color information
#301FA4 (or 0x301FA4) is known color: Ultramarine. HEX triplet: 30, 1F and A4. RGB value is (48,31,164). Sum of RGB (Red+Green+Blue) = 48+31+164=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #301FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FA4 is #CFE05B. Grayscale: #323232. Windows color (decimal): -13623388 or 10755888. OLE color: 10755888.
HSL color Cylindrical-coordinate representation of color #301FA4: hue angle of 247.67º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301FA4 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 31 | 164 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.36 |
| HSL | 247.67º | 0.68% | 0.38% | - |
| HSV(B) | 247.67º | 0.81% | 0.64% | - |
| XYZ | 8.41 | 4.29 | 35.51 | - |
| YUV | 51.25 | 191.63 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 164 | 0.71 | 0.81 | 0 | 0.36 | 247.67 | 0.68 | 0.38 |
| Hex | 30 | 1F | A4 | 47 | 51 | 0 | 24 | F8 | 44 | 26 |
| Octal | 60 | 37 | 244 | 107 | 121 | 0 | 44 | 370 | 104 | 46 |
| Binary | 110000 | 11111 | 10100100 | 1000111 | 1010001 | 0 | 100100 | 11111000 | 1000100 | 100110 |
Color Harmonies of #301FA4
Complementary color
Monochromatic Colors of #301FA4
Black with #301FA4
Text Example
Text Example
White with #301FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FA4; }
p { color: rgb(48,31,164); }
H1.HeaderClassName
{
color: #301FA4;
}
.AnyTagClassName
{
color: #301FA4;
}
</style>
background-color css
<style>
a { background-color: #301FA4; }
a { background-color: rgb(48,31,164); }
div.DivClassName
{
background-color: #301FA4;
}
.BgClassName
{
background-color: #301FA4;
}
</style>
border-color css
<style>
span { border-color: #301FA4; }
span { border-color: rgb(48,31,164); }
td.TdClassName
{
border-color: #301FA4;
}
.TagClassName
{
border-color: #301FA4;
}
</style>