Shades of Ultramarine #370BB1
Tints of Ultramarine #370BB1
RGB
CMYK
RGB Variations
Color information
#370BB1 (or 0x370BB1) is known color: Ultramarine. HEX triplet: 37, 0B and B1. RGB value is (55,11,177). Sum of RGB (Red+Green+Blue) = 55+11+177=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 177 (69.53% from 255 or 72.84% from 243); Max value from RGB is 177 - color contains mainly: blue. Hex color #370BB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BB1 is #C8F44E. Grayscale: #2A2A2A. Windows color (decimal): -13169743 or 11602743. OLE color: 11602743.
HSL color Cylindrical-coordinate representation of color #370BB1: hue angle of 255.9º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BB1 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 11 | 177 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.31 |
| HSL | 255.9º | 0.88% | 0.37% | - |
| HSV(B) | 255.9º | 0.94% | 0.69% | - |
| XYZ | 9.63 | 4.23 | 41.9 | - |
| YUV | 43.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 177 | 0.69 | 0.94 | 0 | 0.31 | 255.9 | 0.88 | 0.37 |
| Hex | 37 | B | B1 | 45 | 5E | 0 | 1F | 100 | 58 | 25 |
| Octal | 67 | 13 | 261 | 105 | 136 | 0 | 37 | 400 | 130 | 45 |
| Binary | 110111 | 1011 | 10110001 | 1000101 | 1011110 | 0 | 11111 | 100000000 | 1011000 | 100101 |
Color Harmonies of #370BB1
Complementary color
Monochromatic Colors of #370BB1
Black with #370BB1
Text Example
Text Example
White with #370BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BB1; }
p { color: rgb(55,11,177); }
H1.HeaderClassName
{
color: #370BB1;
}
.AnyTagClassName
{
color: #370BB1;
}
</style>
background-color css
<style>
a { background-color: #370BB1; }
a { background-color: rgb(55,11,177); }
div.DivClassName
{
background-color: #370BB1;
}
.BgClassName
{
background-color: #370BB1;
}
</style>
border-color css
<style>
span { border-color: #370BB1; }
span { border-color: rgb(55,11,177); }
td.TdClassName
{
border-color: #370BB1;
}
.TagClassName
{
border-color: #370BB1;
}
</style>