Shades of Ultramarine #320BAF
Tints of Ultramarine #320BAF
RGB
CMYK
RGB Variations
Color information
#320BAF (or 0x320BAF) is known color: Ultramarine. HEX triplet: 32, 0B and AF. RGB value is (50,11,175). Sum of RGB (Red+Green+Blue) = 50+11+175=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #320BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BAF is #CDF450. Grayscale: #282828. Windows color (decimal): -13497425 or 11471666. OLE color: 11471666.
HSL color Cylindrical-coordinate representation of color #320BAF: hue angle of 254.27º 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 #320BAF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 11 | 175 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.31 |
| HSL | 254.27º | 0.88% | 0.36% | - |
| HSV(B) | 254.27º | 0.94% | 0.69% | - |
| XYZ | 9.17 | 4.01 | 40.85 | - |
| YUV | 41.36 | 203.42 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 175 | 0.71 | 0.94 | 0 | 0.31 | 254.27 | 0.88 | 0.36 |
| Hex | 32 | B | AF | 47 | 5E | 0 | 1F | FE | 58 | 24 |
| Octal | 62 | 13 | 257 | 107 | 136 | 0 | 37 | 376 | 130 | 44 |
| Binary | 110010 | 1011 | 10101111 | 1000111 | 1011110 | 0 | 11111 | 11111110 | 1011000 | 100100 |
Color Harmonies of #320BAF
Complementary color
Monochromatic Colors of #320BAF
Black with #320BAF
Text Example
Text Example
White with #320BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BAF; }
p { color: rgb(50,11,175); }
H1.HeaderClassName
{
color: #320BAF;
}
.AnyTagClassName
{
color: #320BAF;
}
</style>
background-color css
<style>
a { background-color: #320BAF; }
a { background-color: rgb(50,11,175); }
div.DivClassName
{
background-color: #320BAF;
}
.BgClassName
{
background-color: #320BAF;
}
</style>
border-color css
<style>
span { border-color: #320BAF; }
span { border-color: rgb(50,11,175); }
td.TdClassName
{
border-color: #320BAF;
}
.TagClassName
{
border-color: #320BAF;
}
</style>