Shades of Ultramarine #3707BB
Tints of Ultramarine #3707BB
RGB
CMYK
RGB Variations
Color information
#3707BB (or 0x3707BB) is known color: Ultramarine. HEX triplet: 37, 07 and BB. RGB value is (55,7,187). Sum of RGB (Red+Green+Blue) = 55+7+187=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #3707BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3707BB is #C8F844. Grayscale: #292929. Windows color (decimal): -13170757 or 12257079. OLE color: 12257079.
HSL color Cylindrical-coordinate representation of color #3707BB: hue angle of 256º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3707BB is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 7 | 187 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.27 |
| HSL | 256º | 0.93% | 0.38% | - |
| HSV(B) | 256º | 0.96% | 0.73% | - |
| XYZ | 10.62 | 4.55 | 47.33 | - |
| YUV | 41.87 | 209.9 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 187 | 0.71 | 0.96 | 0 | 0.27 | 256 | 0.93 | 0.38 |
| Hex | 37 | 7 | BB | 47 | 60 | 0 | 1B | 100 | 5D | 26 |
| Octal | 67 | 7 | 273 | 107 | 140 | 0 | 33 | 400 | 135 | 46 |
| Binary | 110111 | 111 | 10111011 | 1000111 | 1100000 | 0 | 11011 | 100000000 | 1011101 | 100110 |
Color Harmonies of #3707BB
Complementary color
Monochromatic Colors of #3707BB
Black with #3707BB
Text Example
Text Example
White with #3707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3707BB; }
p { color: rgb(55,7,187); }
H1.HeaderClassName
{
color: #3707BB;
}
.AnyTagClassName
{
color: #3707BB;
}
</style>
background-color css
<style>
a { background-color: #3707BB; }
a { background-color: rgb(55,7,187); }
div.DivClassName
{
background-color: #3707BB;
}
.BgClassName
{
background-color: #3707BB;
}
</style>
border-color css
<style>
span { border-color: #3707BB; }
span { border-color: rgb(55,7,187); }
td.TdClassName
{
border-color: #3707BB;
}
.TagClassName
{
border-color: #3707BB;
}
</style>