Shades of Ultramarine #370FB4
Tints of Ultramarine #370FB4
RGB
CMYK
RGB Variations
Color information
#370FB4 (or 0x370FB4) is known color: Ultramarine. HEX triplet: 37, 0F and B4. RGB value is (55,15,180). Sum of RGB (Red+Green+Blue) = 55+15+180=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #370FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FB4 is #C8F04B. Grayscale: #2D2D2D. Windows color (decimal): -13168716 or 11800375. OLE color: 11800375.
HSL color Cylindrical-coordinate representation of color #370FB4: hue angle of 254.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FB4 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 15 | 180 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.29 |
| HSL | 254.55º | 0.85% | 0.38% | - |
| HSV(B) | 254.55º | 0.92% | 0.71% | - |
| XYZ | 9.98 | 4.45 | 43.51 | - |
| YUV | 45.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 180 | 0.69 | 0.92 | 0 | 0.29 | 254.55 | 0.85 | 0.38 |
| Hex | 37 | F | B4 | 45 | 5C | 0 | 1D | FF | 55 | 26 |
| Octal | 67 | 17 | 264 | 105 | 134 | 0 | 35 | 377 | 125 | 46 |
| Binary | 110111 | 1111 | 10110100 | 1000101 | 1011100 | 0 | 11101 | 11111111 | 1010101 | 100110 |
Color Harmonies of #370FB4
Complementary color
Monochromatic Colors of #370FB4
Black with #370FB4
Text Example
Text Example
White with #370FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FB4; }
p { color: rgb(55,15,180); }
H1.HeaderClassName
{
color: #370FB4;
}
.AnyTagClassName
{
color: #370FB4;
}
</style>
background-color css
<style>
a { background-color: #370FB4; }
a { background-color: rgb(55,15,180); }
div.DivClassName
{
background-color: #370FB4;
}
.BgClassName
{
background-color: #370FB4;
}
</style>
border-color css
<style>
span { border-color: #370FB4; }
span { border-color: rgb(55,15,180); }
td.TdClassName
{
border-color: #370FB4;
}
.TagClassName
{
border-color: #370FB4;
}
</style>