Shades of Ultramarine #370BAD
Tints of Ultramarine #370BAD
RGB
CMYK
RGB Variations
Color information
#370BAD (or 0x370BAD) is known color: Ultramarine. HEX triplet: 37, 0B and AD. RGB value is (55,11,173). Sum of RGB (Red+Green+Blue) = 55+11+173=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #370BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAD is #C8F452. Grayscale: #2A2A2A. Windows color (decimal): -13169747 or 11340599. OLE color: 11340599.
HSL color Cylindrical-coordinate representation of color #370BAD: hue angle of 256.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BAD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 11 | 173 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.32 |
| HSL | 256.3º | 0.88% | 0.36% | - |
| HSV(B) | 256.3º | 0.94% | 0.68% | - |
| XYZ | 9.24 | 4.07 | 39.83 | - |
| YUV | 42.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 173 | 0.68 | 0.94 | 0 | 0.32 | 256.3 | 0.88 | 0.36 |
| Hex | 37 | B | AD | 44 | 5E | 0 | 20 | 100 | 58 | 24 |
| Octal | 67 | 13 | 255 | 104 | 136 | 0 | 40 | 400 | 130 | 44 |
| Binary | 110111 | 1011 | 10101101 | 1000100 | 1011110 | 0 | 100000 | 100000000 | 1011000 | 100100 |
Color Harmonies of #370BAD
Complementary color
Monochromatic Colors of #370BAD
Black with #370BAD
Text Example
Text Example
White with #370BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BAD; }
p { color: rgb(55,11,173); }
H1.HeaderClassName
{
color: #370BAD;
}
.AnyTagClassName
{
color: #370BAD;
}
</style>
background-color css
<style>
a { background-color: #370BAD; }
a { background-color: rgb(55,11,173); }
div.DivClassName
{
background-color: #370BAD;
}
.BgClassName
{
background-color: #370BAD;
}
</style>
border-color css
<style>
span { border-color: #370BAD; }
span { border-color: rgb(55,11,173); }
td.TdClassName
{
border-color: #370BAD;
}
.TagClassName
{
border-color: #370BAD;
}
</style>