Shades of Ultramarine #3705BB
Tints of Ultramarine #3705BB
RGB
CMYK
RGB Variations
Color information
#3705BB (or 0x3705BB) is known color: Ultramarine. HEX triplet: 37, 05 and BB. RGB value is (55,5,187). Sum of RGB (Red+Green+Blue) = 55+5+187=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #3705BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705BB is #C8FA44. Grayscale: #282828. Windows color (decimal): -13171269 or 12256567. OLE color: 12256567.
HSL color Cylindrical-coordinate representation of color #3705BB: hue angle of 256.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3705BB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 5 | 187 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.27 |
| HSL | 256.48º | 0.95% | 0.38% | - |
| HSV(B) | 256.48º | 0.97% | 0.73% | - |
| XYZ | 10.6 | 4.51 | 47.33 | - |
| YUV | 40.7 | 210.57 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 187 | 0.71 | 0.97 | 0 | 0.27 | 256.48 | 0.95 | 0.38 |
| Hex | 37 | 5 | BB | 47 | 61 | 0 | 1B | 100 | 5F | 26 |
| Octal | 67 | 5 | 273 | 107 | 141 | 0 | 33 | 400 | 137 | 46 |
| Binary | 110111 | 101 | 10111011 | 1000111 | 1100001 | 0 | 11011 | 100000000 | 1011111 | 100110 |
Color Harmonies of #3705BB
Complementary color
Monochromatic Colors of #3705BB
Black with #3705BB
Text Example
Text Example
White with #3705BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705BB; }
p { color: rgb(55,5,187); }
H1.HeaderClassName
{
color: #3705BB;
}
.AnyTagClassName
{
color: #3705BB;
}
</style>
background-color css
<style>
a { background-color: #3705BB; }
a { background-color: rgb(55,5,187); }
div.DivClassName
{
background-color: #3705BB;
}
.BgClassName
{
background-color: #3705BB;
}
</style>
border-color css
<style>
span { border-color: #3705BB; }
span { border-color: rgb(55,5,187); }
td.TdClassName
{
border-color: #3705BB;
}
.TagClassName
{
border-color: #3705BB;
}
</style>