Shades of Ultramarine #370BAF
Tints of Ultramarine #370BAF
RGB
CMYK
RGB Variations
Color information
#370BAF (or 0x370BAF) is known color: Ultramarine. HEX triplet: 37, 0B and AF. RGB value is (55,11,175). Sum of RGB (Red+Green+Blue) = 55+11+175=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #370BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAF is #C8F450. Grayscale: #2A2A2A. Windows color (decimal): -13169745 or 11471671. OLE color: 11471671.
HSL color Cylindrical-coordinate representation of color #370BAF: hue angle of 256.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BAF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 11 | 175 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.31 |
| HSL | 256.1º | 0.88% | 0.36% | - |
| HSV(B) | 256.1º | 0.94% | 0.69% | - |
| XYZ | 9.43 | 4.15 | 40.86 | - |
| YUV | 42.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 175 | 0.69 | 0.94 | 0 | 0.31 | 256.1 | 0.88 | 0.36 |
| Hex | 37 | B | AF | 45 | 5E | 0 | 1F | 100 | 58 | 24 |
| Octal | 67 | 13 | 257 | 105 | 136 | 0 | 37 | 400 | 130 | 44 |
| Binary | 110111 | 1011 | 10101111 | 1000101 | 1011110 | 0 | 11111 | 100000000 | 1011000 | 100100 |
Color Harmonies of #370BAF
Complementary color
Monochromatic Colors of #370BAF
Black with #370BAF
Text Example
Text Example
White with #370BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BAF; }
p { color: rgb(55,11,175); }
H1.HeaderClassName
{
color: #370BAF;
}
.AnyTagClassName
{
color: #370BAF;
}
</style>
background-color css
<style>
a { background-color: #370BAF; }
a { background-color: rgb(55,11,175); }
div.DivClassName
{
background-color: #370BAF;
}
.BgClassName
{
background-color: #370BAF;
}
</style>
border-color css
<style>
span { border-color: #370BAF; }
span { border-color: rgb(55,11,175); }
td.TdClassName
{
border-color: #370BAF;
}
.TagClassName
{
border-color: #370BAF;
}
</style>