Shades of Ultramarine #3706BC
Tints of Ultramarine #3706BC
RGB
CMYK
RGB Variations
Color information
#3706BC (or 0x3706BC) is known color: Ultramarine. HEX triplet: 37, 06 and BC. RGB value is (55,6,188). Sum of RGB (Red+Green+Blue) = 55+6+188=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #3706BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3706BC is #C8F943. Grayscale: #282828. Windows color (decimal): -13171012 or 12322359. OLE color: 12322359.
HSL color Cylindrical-coordinate representation of color #3706BC: hue angle of 256.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3706BC is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 6 | 188 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.26 |
| HSL | 256.15º | 0.94% | 0.38% | - |
| HSV(B) | 256.15º | 0.97% | 0.74% | - |
| XYZ | 10.72 | 4.57 | 47.89 | - |
| YUV | 41.4 | 210.73 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 188 | 0.71 | 0.97 | 0 | 0.26 | 256.15 | 0.94 | 0.38 |
| Hex | 37 | 6 | BC | 47 | 61 | 0 | 1A | 100 | 5E | 26 |
| Octal | 67 | 6 | 274 | 107 | 141 | 0 | 32 | 400 | 136 | 46 |
| Binary | 110111 | 110 | 10111100 | 1000111 | 1100001 | 0 | 11010 | 100000000 | 1011110 | 100110 |
Color Harmonies of #3706BC
Complementary color
Monochromatic Colors of #3706BC
Black with #3706BC
Text Example
Text Example
White with #3706BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3706BC; }
p { color: rgb(55,6,188); }
H1.HeaderClassName
{
color: #3706BC;
}
.AnyTagClassName
{
color: #3706BC;
}
</style>
background-color css
<style>
a { background-color: #3706BC; }
a { background-color: rgb(55,6,188); }
div.DivClassName
{
background-color: #3706BC;
}
.BgClassName
{
background-color: #3706BC;
}
</style>
border-color css
<style>
span { border-color: #3706BC; }
span { border-color: rgb(55,6,188); }
td.TdClassName
{
border-color: #3706BC;
}
.TagClassName
{
border-color: #3706BC;
}
</style>