Shades of Ultramarine #370DAC
Tints of Ultramarine #370DAC
RGB
CMYK
RGB Variations
Color information
#370DAC (or 0x370DAC) is known color: Ultramarine. HEX triplet: 37, 0D and AC. RGB value is (55,13,172). Sum of RGB (Red+Green+Blue) = 55+13+172=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #370DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DAC is #C8F253. Grayscale: #2B2B2B. Windows color (decimal): -13169236 or 11275575. OLE color: 11275575.
HSL color Cylindrical-coordinate representation of color #370DAC: hue angle of 255.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370DAC is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 13 | 172 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.33 |
| HSL | 255.85º | 0.86% | 0.36% | - |
| HSV(B) | 255.85º | 0.92% | 0.67% | - |
| XYZ | 9.17 | 4.08 | 39.33 | - |
| YUV | 43.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 172 | 0.68 | 0.92 | 0 | 0.33 | 255.85 | 0.86 | 0.36 |
| Hex | 37 | D | AC | 44 | 5C | 0 | 21 | 100 | 56 | 24 |
| Octal | 67 | 15 | 254 | 104 | 134 | 0 | 41 | 400 | 126 | 44 |
| Binary | 110111 | 1101 | 10101100 | 1000100 | 1011100 | 0 | 100001 | 100000000 | 1010110 | 100100 |
Color Harmonies of #370DAC
Complementary color
Monochromatic Colors of #370DAC
Black with #370DAC
Text Example
Text Example
White with #370DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DAC; }
p { color: rgb(55,13,172); }
H1.HeaderClassName
{
color: #370DAC;
}
.AnyTagClassName
{
color: #370DAC;
}
</style>
background-color css
<style>
a { background-color: #370DAC; }
a { background-color: rgb(55,13,172); }
div.DivClassName
{
background-color: #370DAC;
}
.BgClassName
{
background-color: #370DAC;
}
</style>
border-color css
<style>
span { border-color: #370DAC; }
span { border-color: rgb(55,13,172); }
td.TdClassName
{
border-color: #370DAC;
}
.TagClassName
{
border-color: #370DAC;
}
</style>