Shades of Ultramarine #370AAD
Tints of Ultramarine #370AAD
RGB
CMYK
RGB Variations
Color information
#370AAD (or 0x370AAD) is known color: Ultramarine. HEX triplet: 37, 0A and AD. RGB value is (55,10,173). Sum of RGB (Red+Green+Blue) = 55+10+173=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #370AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AAD is #C8F552. Grayscale: #292929. Windows color (decimal): -13170003 or 11340343. OLE color: 11340343.
HSL color Cylindrical-coordinate representation of color #370AAD: hue angle of 256.56º degrees, saturation: 0.89, 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 #370AAD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 10 | 173 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.32 |
| HSL | 256.56º | 0.89% | 0.36% | - |
| HSV(B) | 256.56º | 0.94% | 0.68% | - |
| XYZ | 9.23 | 4.05 | 39.83 | - |
| YUV | 42.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 173 | 0.68 | 0.94 | 0 | 0.32 | 256.56 | 0.89 | 0.36 |
| Hex | 37 | A | AD | 44 | 5E | 0 | 20 | 101 | 59 | 24 |
| Octal | 67 | 12 | 255 | 104 | 136 | 0 | 40 | 401 | 131 | 44 |
| Binary | 110111 | 1010 | 10101101 | 1000100 | 1011110 | 0 | 100000 | 100000001 | 1011001 | 100100 |
Color Harmonies of #370AAD
Complementary color
Monochromatic Colors of #370AAD
Black with #370AAD
Text Example
Text Example
White with #370AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AAD; }
p { color: rgb(55,10,173); }
H1.HeaderClassName
{
color: #370AAD;
}
.AnyTagClassName
{
color: #370AAD;
}
</style>
background-color css
<style>
a { background-color: #370AAD; }
a { background-color: rgb(55,10,173); }
div.DivClassName
{
background-color: #370AAD;
}
.BgClassName
{
background-color: #370AAD;
}
</style>
border-color css
<style>
span { border-color: #370AAD; }
span { border-color: rgb(55,10,173); }
td.TdClassName
{
border-color: #370AAD;
}
.TagClassName
{
border-color: #370AAD;
}
</style>