Shades of Ultramarine #3709BA
Tints of Ultramarine #3709BA
RGB
CMYK
RGB Variations
Color information
#3709BA (or 0x3709BA) is known color: Ultramarine. HEX triplet: 37, 09 and BA. RGB value is (55,9,186). Sum of RGB (Red+Green+Blue) = 55+9+186=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3709BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3709BA is #C8F645. Grayscale: #2A2A2A. Windows color (decimal): -13170246 or 12192055. OLE color: 12192055.
HSL color Cylindrical-coordinate representation of color #3709BA: hue angle of 255.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3709BA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 9 | 186 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.27 |
| HSL | 255.59º | 0.91% | 0.38% | - |
| HSV(B) | 255.59º | 0.95% | 0.73% | - |
| XYZ | 10.54 | 4.55 | 46.78 | - |
| YUV | 42.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 186 | 0.70 | 0.95 | 0 | 0.27 | 255.59 | 0.91 | 0.38 |
| Hex | 37 | 9 | BA | 46 | 5F | 0 | 1B | 100 | 5B | 26 |
| Octal | 67 | 11 | 272 | 106 | 137 | 0 | 33 | 400 | 133 | 46 |
| Binary | 110111 | 1001 | 10111010 | 1000110 | 1011111 | 0 | 11011 | 100000000 | 1011011 | 100110 |
Color Harmonies of #3709BA
Complementary color
Monochromatic Colors of #3709BA
Black with #3709BA
Text Example
Text Example
White with #3709BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3709BA; }
p { color: rgb(55,9,186); }
H1.HeaderClassName
{
color: #3709BA;
}
.AnyTagClassName
{
color: #3709BA;
}
</style>
background-color css
<style>
a { background-color: #3709BA; }
a { background-color: rgb(55,9,186); }
div.DivClassName
{
background-color: #3709BA;
}
.BgClassName
{
background-color: #3709BA;
}
</style>
border-color css
<style>
span { border-color: #3709BA; }
span { border-color: rgb(55,9,186); }
td.TdClassName
{
border-color: #3709BA;
}
.TagClassName
{
border-color: #3709BA;
}
</style>