Shades of Ultramarine #3702BB
Tints of Ultramarine #3702BB
RGB
CMYK
RGB Variations
Color information
#3702BB (or 0x3702BB) is known color: Ultramarine. HEX triplet: 37, 02 and BB. RGB value is (55,2,187). Sum of RGB (Red+Green+Blue) = 55+2+187=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #3702BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702BB is #C8FD44. Grayscale: #262626. Windows color (decimal): -13172037 or 12255799. OLE color: 12255799.
HSL color Cylindrical-coordinate representation of color #3702BB: hue angle of 257.19º degrees, saturation: 0.98, 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 #3702BB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 2 | 187 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.27 |
| HSL | 257.19º | 0.98% | 0.37% | - |
| HSV(B) | 257.19º | 0.99% | 0.73% | - |
| XYZ | 10.57 | 4.44 | 47.31 | - |
| YUV | 38.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 187 | 0.71 | 0.99 | 0 | 0.27 | 257.19 | 0.98 | 0.37 |
| Hex | 37 | 2 | BB | 47 | 63 | 0 | 1B | 101 | 62 | 25 |
| Octal | 67 | 2 | 273 | 107 | 143 | 0 | 33 | 401 | 142 | 45 |
| Binary | 110111 | 10 | 10111011 | 1000111 | 1100011 | 0 | 11011 | 100000001 | 1100010 | 100101 |
Color Harmonies of #3702BB
Complementary color
Monochromatic Colors of #3702BB
Black with #3702BB
Text Example
Text Example
White with #3702BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702BB; }
p { color: rgb(55,2,187); }
H1.HeaderClassName
{
color: #3702BB;
}
.AnyTagClassName
{
color: #3702BB;
}
</style>
background-color css
<style>
a { background-color: #3702BB; }
a { background-color: rgb(55,2,187); }
div.DivClassName
{
background-color: #3702BB;
}
.BgClassName
{
background-color: #3702BB;
}
</style>
border-color css
<style>
span { border-color: #3702BB; }
span { border-color: rgb(55,2,187); }
td.TdClassName
{
border-color: #3702BB;
}
.TagClassName
{
border-color: #3702BB;
}
</style>