Shades of Ultramarine #360BAC
Tints of Ultramarine #360BAC
RGB
CMYK
RGB Variations
Color information
#360BAC (or 0x360BAC) is known color: Ultramarine. HEX triplet: 36, 0B and AC. RGB value is (54,11,172). Sum of RGB (Red+Green+Blue) = 54+11+172=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #360BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAC is #C9F453. Grayscale: #292929. Windows color (decimal): -13235284 or 11275062. OLE color: 11275062.
HSL color Cylindrical-coordinate representation of color #360BAC: hue angle of 256.02º 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 #360BAC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 11 | 172 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.33 |
| HSL | 256.02º | 0.88% | 0.36% | - |
| HSV(B) | 256.02º | 0.94% | 0.67% | - |
| XYZ | 9.09 | 4 | 39.32 | - |
| YUV | 42.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 172 | 0.69 | 0.94 | 0 | 0.33 | 256.02 | 0.88 | 0.36 |
| Hex | 36 | B | AC | 45 | 5E | 0 | 21 | 100 | 58 | 24 |
| Octal | 66 | 13 | 254 | 105 | 136 | 0 | 41 | 400 | 130 | 44 |
| Binary | 110110 | 1011 | 10101100 | 1000101 | 1011110 | 0 | 100001 | 100000000 | 1011000 | 100100 |
Color Harmonies of #360BAC
Complementary color
Monochromatic Colors of #360BAC
Black with #360BAC
Text Example
Text Example
White with #360BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BAC; }
p { color: rgb(54,11,172); }
H1.HeaderClassName
{
color: #360BAC;
}
.AnyTagClassName
{
color: #360BAC;
}
</style>
background-color css
<style>
a { background-color: #360BAC; }
a { background-color: rgb(54,11,172); }
div.DivClassName
{
background-color: #360BAC;
}
.BgClassName
{
background-color: #360BAC;
}
</style>
border-color css
<style>
span { border-color: #360BAC; }
span { border-color: rgb(54,11,172); }
td.TdClassName
{
border-color: #360BAC;
}
.TagClassName
{
border-color: #360BAC;
}
</style>