Shades of Ultramarine #370FB3
Tints of Ultramarine #370FB3
RGB
CMYK
RGB Variations
Color information
#370FB3 (or 0x370FB3) is known color: Ultramarine. HEX triplet: 37, 0F and B3. RGB value is (55,15,179). Sum of RGB (Red+Green+Blue) = 55+15+179=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #370FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FB3 is #C8F04C. Grayscale: #2D2D2D. Windows color (decimal): -13168717 or 11734839. OLE color: 11734839.
HSL color Cylindrical-coordinate representation of color #370FB3: hue angle of 254.63º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FB3 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 15 | 179 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.30 |
| HSL | 254.63º | 0.85% | 0.38% | - |
| HSV(B) | 254.63º | 0.92% | 0.7% | - |
| XYZ | 9.88 | 4.41 | 42.98 | - |
| YUV | 45.66 | 203.25 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 179 | 0.69 | 0.92 | 0 | 0.30 | 254.63 | 0.85 | 0.38 |
| Hex | 37 | F | B3 | 45 | 5C | 0 | 1E | FF | 55 | 26 |
| Octal | 67 | 17 | 263 | 105 | 134 | 0 | 36 | 377 | 125 | 46 |
| Binary | 110111 | 1111 | 10110011 | 1000101 | 1011100 | 0 | 11110 | 11111111 | 1010101 | 100110 |
Color Harmonies of #370FB3
Complementary color
Monochromatic Colors of #370FB3
Black with #370FB3
Text Example
Text Example
White with #370FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FB3; }
p { color: rgb(55,15,179); }
H1.HeaderClassName
{
color: #370FB3;
}
.AnyTagClassName
{
color: #370FB3;
}
</style>
background-color css
<style>
a { background-color: #370FB3; }
a { background-color: rgb(55,15,179); }
div.DivClassName
{
background-color: #370FB3;
}
.BgClassName
{
background-color: #370FB3;
}
</style>
border-color css
<style>
span { border-color: #370FB3; }
span { border-color: rgb(55,15,179); }
td.TdClassName
{
border-color: #370FB3;
}
.TagClassName
{
border-color: #370FB3;
}
</style>