Shades of Ultramarine #3701B7
Tints of Ultramarine #3701B7
RGB
CMYK
RGB Variations
Color information
#3701B7 (or 0x3701B7) is known color: Ultramarine. HEX triplet: 37, 01 and B7. RGB value is (55,1,183). Sum of RGB (Red+Green+Blue) = 55+1+183=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 183 (71.88% from 255 or 76.57% from 239); Max value from RGB is 183 - color contains mainly: blue. Hex color #3701B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701B7 is #C8FE48. Grayscale: #252525. Windows color (decimal): -13172297 or 11993399. OLE color: 11993399.
HSL color Cylindrical-coordinate representation of color #3701B7: hue angle of 257.8º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3701B7 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 1 | 183 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.28 |
| HSL | 257.8º | 0.99% | 0.36% | - |
| HSV(B) | 257.8º | 0.99% | 0.72% | - |
| XYZ | 10.13 | 4.25 | 45.09 | - |
| YUV | 37.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 183 | 0.70 | 0.99 | 0 | 0.28 | 257.8 | 0.99 | 0.36 |
| Hex | 37 | 1 | B7 | 46 | 63 | 0 | 1C | 102 | 63 | 24 |
| Octal | 67 | 1 | 267 | 106 | 143 | 0 | 34 | 402 | 143 | 44 |
| Binary | 110111 | 1 | 10110111 | 1000110 | 1100011 | 0 | 11100 | 100000010 | 1100011 | 100100 |
Color Harmonies of #3701B7
Complementary color
Monochromatic Colors of #3701B7
Black with #3701B7
Text Example
Text Example
White with #3701B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3701B7; }
p { color: rgb(55,1,183); }
H1.HeaderClassName
{
color: #3701B7;
}
.AnyTagClassName
{
color: #3701B7;
}
</style>
background-color css
<style>
a { background-color: #3701B7; }
a { background-color: rgb(55,1,183); }
div.DivClassName
{
background-color: #3701B7;
}
.BgClassName
{
background-color: #3701B7;
}
</style>
border-color css
<style>
span { border-color: #3701B7; }
span { border-color: rgb(55,1,183); }
td.TdClassName
{
border-color: #3701B7;
}
.TagClassName
{
border-color: #3701B7;
}
</style>