Shades of Ultramarine #370DAF
Tints of Ultramarine #370DAF
RGB
CMYK
RGB Variations
Color information
#370DAF (or 0x370DAF) is known color: Ultramarine. HEX triplet: 37, 0D and AF. RGB value is (55,13,175). Sum of RGB (Red+Green+Blue) = 55+13+175=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #370DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DAF is #C8F250. Grayscale: #2B2B2B. Windows color (decimal): -13169233 or 11472183. OLE color: 11472183.
HSL color Cylindrical-coordinate representation of color #370DAF: hue angle of 255.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370DAF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 13 | 175 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.31 |
| HSL | 255.56º | 0.86% | 0.37% | - |
| HSV(B) | 255.56º | 0.93% | 0.69% | - |
| XYZ | 9.46 | 4.2 | 40.87 | - |
| YUV | 44.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 175 | 0.69 | 0.93 | 0 | 0.31 | 255.56 | 0.86 | 0.37 |
| Hex | 37 | D | AF | 45 | 5D | 0 | 1F | 100 | 56 | 25 |
| Octal | 67 | 15 | 257 | 105 | 135 | 0 | 37 | 400 | 126 | 45 |
| Binary | 110111 | 1101 | 10101111 | 1000101 | 1011101 | 0 | 11111 | 100000000 | 1010110 | 100101 |
Color Harmonies of #370DAF
Complementary color
Monochromatic Colors of #370DAF
Black with #370DAF
Text Example
Text Example
White with #370DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DAF; }
p { color: rgb(55,13,175); }
H1.HeaderClassName
{
color: #370DAF;
}
.AnyTagClassName
{
color: #370DAF;
}
</style>
background-color css
<style>
a { background-color: #370DAF; }
a { background-color: rgb(55,13,175); }
div.DivClassName
{
background-color: #370DAF;
}
.BgClassName
{
background-color: #370DAF;
}
</style>
border-color css
<style>
span { border-color: #370DAF; }
span { border-color: rgb(55,13,175); }
td.TdClassName
{
border-color: #370DAF;
}
.TagClassName
{
border-color: #370DAF;
}
</style>