Shades of Ultramarine #301FA2
Tints of Ultramarine #301FA2
RGB
CMYK
RGB Variations
Color information
#301FA2 (or 0x301FA2) is known color: Ultramarine. HEX triplet: 30, 1F and A2. RGB value is (48,31,162). Sum of RGB (Red+Green+Blue) = 48+31+162=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #301FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FA2 is #CFE05D. Grayscale: #323232. Windows color (decimal): -13623390 or 10624816. OLE color: 10624816.
HSL color Cylindrical-coordinate representation of color #301FA2: hue angle of 247.79º 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 #301FA2 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 31 | 162 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.36 |
| HSL | 247.79º | 0.68% | 0.38% | - |
| HSV(B) | 247.79º | 0.81% | 0.64% | - |
| XYZ | 8.23 | 4.22 | 34.56 | - |
| YUV | 51.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 162 | 0.70 | 0.81 | 0 | 0.36 | 247.79 | 0.68 | 0.38 |
| Hex | 30 | 1F | A2 | 46 | 51 | 0 | 24 | F8 | 44 | 26 |
| Octal | 60 | 37 | 242 | 106 | 121 | 0 | 44 | 370 | 104 | 46 |
| Binary | 110000 | 11111 | 10100010 | 1000110 | 1010001 | 0 | 100100 | 11111000 | 1000100 | 100110 |
Color Harmonies of #301FA2
Complementary color
Monochromatic Colors of #301FA2
Black with #301FA2
Text Example
Text Example
White with #301FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FA2; }
p { color: rgb(48,31,162); }
H1.HeaderClassName
{
color: #301FA2;
}
.AnyTagClassName
{
color: #301FA2;
}
</style>
background-color css
<style>
a { background-color: #301FA2; }
a { background-color: rgb(48,31,162); }
div.DivClassName
{
background-color: #301FA2;
}
.BgClassName
{
background-color: #301FA2;
}
</style>
border-color css
<style>
span { border-color: #301FA2; }
span { border-color: rgb(48,31,162); }
td.TdClassName
{
border-color: #301FA2;
}
.TagClassName
{
border-color: #301FA2;
}
</style>