Shades of Ultramarine #3701BB
Tints of Ultramarine #3701BB
RGB
CMYK
RGB Variations
Color information
#3701BB (or 0x3701BB) is known color: Ultramarine. HEX triplet: 37, 01 and BB. RGB value is (55,1,187). Sum of RGB (Red+Green+Blue) = 55+1+187=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #3701BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701BB is #C8FE44. Grayscale: #252525. Windows color (decimal): -13172293 or 12255543. OLE color: 12255543.
HSL color Cylindrical-coordinate representation of color #3701BB: hue angle of 257.42º 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 #3701BB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 1 | 187 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.27 |
| HSL | 257.42º | 0.99% | 0.37% | - |
| HSV(B) | 257.42º | 0.99% | 0.73% | - |
| XYZ | 10.56 | 4.42 | 47.31 | - |
| YUV | 38.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 187 | 0.71 | 0.99 | 0 | 0.27 | 257.42 | 0.99 | 0.37 |
| Hex | 37 | 1 | BB | 47 | 63 | 0 | 1B | 101 | 63 | 25 |
| Octal | 67 | 1 | 273 | 107 | 143 | 0 | 33 | 401 | 143 | 45 |
| Binary | 110111 | 1 | 10111011 | 1000111 | 1100011 | 0 | 11011 | 100000001 | 1100011 | 100101 |
Color Harmonies of #3701BB
Complementary color
Monochromatic Colors of #3701BB
Black with #3701BB
Text Example
Text Example
White with #3701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3701BB; }
p { color: rgb(55,1,187); }
H1.HeaderClassName
{
color: #3701BB;
}
.AnyTagClassName
{
color: #3701BB;
}
</style>
background-color css
<style>
a { background-color: #3701BB; }
a { background-color: rgb(55,1,187); }
div.DivClassName
{
background-color: #3701BB;
}
.BgClassName
{
background-color: #3701BB;
}
</style>
border-color css
<style>
span { border-color: #3701BB; }
span { border-color: rgb(55,1,187); }
td.TdClassName
{
border-color: #3701BB;
}
.TagClassName
{
border-color: #3701BB;
}
</style>