Shades of Ultramarine #3901BA
Tints of Ultramarine #3901BA
RGB
CMYK
RGB Variations
Color information
#3901BA (or 0x3901BA) is known color: Ultramarine. HEX triplet: 39, 01 and BA. RGB value is (57,1,186). Sum of RGB (Red+Green+Blue) = 57+1+186=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #3901BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3901BA is #C6FE45. Grayscale: #262626. Windows color (decimal): -13041222 or 12190009. OLE color: 12190009.
HSL color Cylindrical-coordinate representation of color #3901BA: hue angle of 258.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3901BA is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 1 | 186 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.27 |
| HSL | 258.16º | 0.99% | 0.37% | - |
| HSV(B) | 258.16º | 0.99% | 0.73% | - |
| XYZ | 10.56 | 4.44 | 46.75 | - |
| YUV | 38.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 186 | 0.69 | 0.99 | 0 | 0.27 | 258.16 | 0.99 | 0.37 |
| Hex | 39 | 1 | BA | 45 | 63 | 0 | 1B | 102 | 63 | 25 |
| Octal | 71 | 1 | 272 | 105 | 143 | 0 | 33 | 402 | 143 | 45 |
| Binary | 111001 | 1 | 10111010 | 1000101 | 1100011 | 0 | 11011 | 100000010 | 1100011 | 100101 |
Color Harmonies of #3901BA
Complementary color
Monochromatic Colors of #3901BA
Black with #3901BA
Text Example
Text Example
White with #3901BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3901BA; }
p { color: rgb(57,1,186); }
H1.HeaderClassName
{
color: #3901BA;
}
.AnyTagClassName
{
color: #3901BA;
}
</style>
background-color css
<style>
a { background-color: #3901BA; }
a { background-color: rgb(57,1,186); }
div.DivClassName
{
background-color: #3901BA;
}
.BgClassName
{
background-color: #3901BA;
}
</style>
border-color css
<style>
span { border-color: #3901BA; }
span { border-color: rgb(57,1,186); }
td.TdClassName
{
border-color: #3901BA;
}
.TagClassName
{
border-color: #3901BA;
}
</style>