Shades of Ultramarine #3701BC
Tints of Ultramarine #3701BC
RGB
CMYK
RGB Variations
Color information
#3701BC (or 0x3701BC) is known color: Ultramarine. HEX triplet: 37, 01 and BC. RGB value is (55,1,188). Sum of RGB (Red+Green+Blue) = 55+1+188=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #3701BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701BC is #C8FE43. Grayscale: #252525. Windows color (decimal): -13172292 or 12321079. OLE color: 12321079.
HSL color Cylindrical-coordinate representation of color #3701BC: hue angle of 257.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3701BC is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 1 | 188 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.26 |
| HSL | 257.33º | 0.99% | 0.37% | - |
| HSV(B) | 257.33º | 0.99% | 0.74% | - |
| XYZ | 10.66 | 4.46 | 47.88 | - |
| YUV | 38.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 188 | 0.71 | 0.99 | 0 | 0.26 | 257.33 | 0.99 | 0.37 |
| Hex | 37 | 1 | BC | 47 | 63 | 0 | 1A | 101 | 63 | 25 |
| Octal | 67 | 1 | 274 | 107 | 143 | 0 | 32 | 401 | 143 | 45 |
| Binary | 110111 | 1 | 10111100 | 1000111 | 1100011 | 0 | 11010 | 100000001 | 1100011 | 100101 |
Color Harmonies of #3701BC
Complementary color
Monochromatic Colors of #3701BC
Black with #3701BC
Text Example
Text Example
White with #3701BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3701BC; }
p { color: rgb(55,1,188); }
H1.HeaderClassName
{
color: #3701BC;
}
.AnyTagClassName
{
color: #3701BC;
}
</style>
background-color css
<style>
a { background-color: #3701BC; }
a { background-color: rgb(55,1,188); }
div.DivClassName
{
background-color: #3701BC;
}
.BgClassName
{
background-color: #3701BC;
}
</style>
border-color css
<style>
span { border-color: #3701BC; }
span { border-color: rgb(55,1,188); }
td.TdClassName
{
border-color: #3701BC;
}
.TagClassName
{
border-color: #3701BC;
}
</style>