Shades of Ultramarine #370BB2
Tints of Ultramarine #370BB2
RGB
CMYK
RGB Variations
Color information
#370BB2 (or 0x370BB2) is known color: Ultramarine. HEX triplet: 37, 0B and B2. RGB value is (55,11,178). Sum of RGB (Red+Green+Blue) = 55+11+178=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 178 (69.92% from 255 or 72.95% from 244); Max value from RGB is 178 - color contains mainly: blue. Hex color #370BB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BB2 is #C8F44D. Grayscale: #2A2A2A. Windows color (decimal): -13169742 or 11668279. OLE color: 11668279.
HSL color Cylindrical-coordinate representation of color #370BB2: hue angle of 255.81º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BB2 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 11 | 178 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.30 |
| HSL | 255.81º | 0.88% | 0.37% | - |
| HSV(B) | 255.81º | 0.94% | 0.7% | - |
| XYZ | 9.73 | 4.27 | 42.43 | - |
| YUV | 43.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 178 | 0.69 | 0.94 | 0 | 0.30 | 255.81 | 0.88 | 0.37 |
| Hex | 37 | B | B2 | 45 | 5E | 0 | 1E | 100 | 58 | 25 |
| Octal | 67 | 13 | 262 | 105 | 136 | 0 | 36 | 400 | 130 | 45 |
| Binary | 110111 | 1011 | 10110010 | 1000101 | 1011110 | 0 | 11110 | 100000000 | 1011000 | 100101 |
Color Harmonies of #370BB2
Complementary color
Monochromatic Colors of #370BB2
Black with #370BB2
Text Example
Text Example
White with #370BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BB2; }
p { color: rgb(55,11,178); }
H1.HeaderClassName
{
color: #370BB2;
}
.AnyTagClassName
{
color: #370BB2;
}
</style>
background-color css
<style>
a { background-color: #370BB2; }
a { background-color: rgb(55,11,178); }
div.DivClassName
{
background-color: #370BB2;
}
.BgClassName
{
background-color: #370BB2;
}
</style>
border-color css
<style>
span { border-color: #370BB2; }
span { border-color: rgb(55,11,178); }
td.TdClassName
{
border-color: #370BB2;
}
.TagClassName
{
border-color: #370BB2;
}
</style>