Shades of Ultramarine #3707B4
Tints of Ultramarine #3707B4
RGB
CMYK
RGB Variations
Color information
#3707B4 (or 0x3707B4) is known color: Ultramarine. HEX triplet: 37, 07 and B4. RGB value is (55,7,180). Sum of RGB (Red+Green+Blue) = 55+7+180=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #3707B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3707B4 is #C8F84B. Grayscale: #282828. Windows color (decimal): -13170764 or 11798327. OLE color: 11798327.
HSL color Cylindrical-coordinate representation of color #3707B4: hue angle of 256.65º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3707B4 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 7 | 180 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.29 |
| HSL | 256.65º | 0.93% | 0.37% | - |
| HSV(B) | 256.65º | 0.96% | 0.71% | - |
| XYZ | 9.89 | 4.26 | 43.48 | - |
| YUV | 41.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 180 | 0.69 | 0.96 | 0 | 0.29 | 256.65 | 0.93 | 0.37 |
| Hex | 37 | 7 | B4 | 45 | 60 | 0 | 1D | 101 | 5D | 25 |
| Octal | 67 | 7 | 264 | 105 | 140 | 0 | 35 | 401 | 135 | 45 |
| Binary | 110111 | 111 | 10110100 | 1000101 | 1100000 | 0 | 11101 | 100000001 | 1011101 | 100101 |
Color Harmonies of #3707B4
Complementary color
Monochromatic Colors of #3707B4
Black with #3707B4
Text Example
Text Example
White with #3707B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3707B4; }
p { color: rgb(55,7,180); }
H1.HeaderClassName
{
color: #3707B4;
}
.AnyTagClassName
{
color: #3707B4;
}
</style>
background-color css
<style>
a { background-color: #3707B4; }
a { background-color: rgb(55,7,180); }
div.DivClassName
{
background-color: #3707B4;
}
.BgClassName
{
background-color: #3707B4;
}
</style>
border-color css
<style>
span { border-color: #3707B4; }
span { border-color: rgb(55,7,180); }
td.TdClassName
{
border-color: #3707B4;
}
.TagClassName
{
border-color: #3707B4;
}
</style>