Shades of Ultramarine #360BAB
Tints of Ultramarine #360BAB
RGB
CMYK
RGB Variations
Color information
#360BAB (or 0x360BAB) is known color: Ultramarine. HEX triplet: 36, 0B and AB. RGB value is (54,11,171). Sum of RGB (Red+Green+Blue) = 54+11+171=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #360BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAB is #C9F454. Grayscale: #292929. Windows color (decimal): -13235285 or 11209526. OLE color: 11209526.
HSL color Cylindrical-coordinate representation of color #360BAB: hue angle of 256.12º 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 #360BAB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 11 | 171 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.33 |
| HSL | 256.13º | 0.88% | 0.36% | - |
| HSV(B) | 256.13º | 0.94% | 0.67% | - |
| XYZ | 8.99 | 3.96 | 38.82 | - |
| YUV | 42.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 171 | 0.68 | 0.94 | 0 | 0.33 | 256.13 | 0.88 | 0.36 |
| Hex | 36 | B | AB | 44 | 5E | 0 | 21 | 100 | 58 | 24 |
| Octal | 66 | 13 | 253 | 104 | 136 | 0 | 41 | 400 | 130 | 44 |
| Binary | 110110 | 1011 | 10101011 | 1000100 | 1011110 | 0 | 100001 | 100000000 | 1011000 | 100100 |
Color Harmonies of #360BAB
Complementary color
Monochromatic Colors of #360BAB
Black with #360BAB
Text Example
Text Example
White with #360BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BAB; }
p { color: rgb(54,11,171); }
H1.HeaderClassName
{
color: #360BAB;
}
.AnyTagClassName
{
color: #360BAB;
}
</style>
background-color css
<style>
a { background-color: #360BAB; }
a { background-color: rgb(54,11,171); }
div.DivClassName
{
background-color: #360BAB;
}
.BgClassName
{
background-color: #360BAB;
}
</style>
border-color css
<style>
span { border-color: #360BAB; }
span { border-color: rgb(54,11,171); }
td.TdClassName
{
border-color: #360BAB;
}
.TagClassName
{
border-color: #360BAB;
}
</style>