Shades of Ultramarine #370BAC
Tints of Ultramarine #370BAC
RGB
CMYK
RGB Variations
Color information
#370BAC (or 0x370BAC) is known color: Ultramarine. HEX triplet: 37, 0B and AC. RGB value is (55,11,172). Sum of RGB (Red+Green+Blue) = 55+11+172=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #370BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAC is #C8F453. Grayscale: #292929. Windows color (decimal): -13169748 or 11275063. OLE color: 11275063.
HSL color Cylindrical-coordinate representation of color #370BAC: hue angle of 256.4º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BAC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 11 | 172 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.33 |
| HSL | 256.4º | 0.88% | 0.36% | - |
| HSV(B) | 256.4º | 0.94% | 0.67% | - |
| XYZ | 9.14 | 4.03 | 39.33 | - |
| YUV | 42.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 172 | 0.68 | 0.94 | 0 | 0.33 | 256.4 | 0.88 | 0.36 |
| Hex | 37 | B | AC | 44 | 5E | 0 | 21 | 100 | 58 | 24 |
| Octal | 67 | 13 | 254 | 104 | 136 | 0 | 41 | 400 | 130 | 44 |
| Binary | 110111 | 1011 | 10101100 | 1000100 | 1011110 | 0 | 100001 | 100000000 | 1011000 | 100100 |
Color Harmonies of #370BAC
Complementary color
Monochromatic Colors of #370BAC
Black with #370BAC
Text Example
Text Example
White with #370BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BAC; }
p { color: rgb(55,11,172); }
H1.HeaderClassName
{
color: #370BAC;
}
.AnyTagClassName
{
color: #370BAC;
}
</style>
background-color css
<style>
a { background-color: #370BAC; }
a { background-color: rgb(55,11,172); }
div.DivClassName
{
background-color: #370BAC;
}
.BgClassName
{
background-color: #370BAC;
}
</style>
border-color css
<style>
span { border-color: #370BAC; }
span { border-color: rgb(55,11,172); }
td.TdClassName
{
border-color: #370BAC;
}
.TagClassName
{
border-color: #370BAC;
}
</style>