Shades of Ultramarine #370AB7
Tints of Ultramarine #370AB7
RGB
CMYK
RGB Variations
Color information
#370AB7 (or 0x370AB7) is known color: Ultramarine. HEX triplet: 37, 0A and B7. RGB value is (55,10,183). Sum of RGB (Red+Green+Blue) = 55+10+183=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #370AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AB7 is #C8F548. Grayscale: #2A2A2A. Windows color (decimal): -13169993 or 11995703. OLE color: 11995703.
HSL color Cylindrical-coordinate representation of color #370AB7: hue angle of 255.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370AB7 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 10 | 183 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.28 |
| HSL | 255.61º | 0.9% | 0.38% | - |
| HSV(B) | 255.61º | 0.95% | 0.72% | - |
| XYZ | 10.23 | 4.45 | 45.12 | - |
| YUV | 43.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 183 | 0.70 | 0.95 | 0 | 0.28 | 255.61 | 0.9 | 0.38 |
| Hex | 37 | A | B7 | 46 | 5F | 0 | 1C | 100 | 5A | 26 |
| Octal | 67 | 12 | 267 | 106 | 137 | 0 | 34 | 400 | 132 | 46 |
| Binary | 110111 | 1010 | 10110111 | 1000110 | 1011111 | 0 | 11100 | 100000000 | 1011010 | 100110 |
Color Harmonies of #370AB7
Complementary color
Monochromatic Colors of #370AB7
Black with #370AB7
Text Example
Text Example
White with #370AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AB7; }
p { color: rgb(55,10,183); }
H1.HeaderClassName
{
color: #370AB7;
}
.AnyTagClassName
{
color: #370AB7;
}
</style>
background-color css
<style>
a { background-color: #370AB7; }
a { background-color: rgb(55,10,183); }
div.DivClassName
{
background-color: #370AB7;
}
.BgClassName
{
background-color: #370AB7;
}
</style>
border-color css
<style>
span { border-color: #370AB7; }
span { border-color: rgb(55,10,183); }
td.TdClassName
{
border-color: #370AB7;
}
.TagClassName
{
border-color: #370AB7;
}
</style>