Shades of Ultramarine #360EAC
Tints of Ultramarine #360EAC
RGB
CMYK
RGB Variations
Color information
#360EAC (or 0x360EAC) is known color: Ultramarine. HEX triplet: 36, 0E and AC. RGB value is (54,14,172). Sum of RGB (Red+Green+Blue) = 54+14+172=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #360EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360EAC is #C9F153. Grayscale: #2B2B2B. Windows color (decimal): -13234516 or 11275830. OLE color: 11275830.
HSL color Cylindrical-coordinate representation of color #360EAC: hue angle of 255.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360EAC is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 14 | 172 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.33 |
| HSL | 255.19º | 0.85% | 0.36% | - |
| HSV(B) | 255.19º | 0.92% | 0.67% | - |
| XYZ | 9.12 | 4.08 | 39.34 | - |
| YUV | 43.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 172 | 0.69 | 0.92 | 0 | 0.33 | 255.19 | 0.85 | 0.36 |
| Hex | 36 | E | AC | 45 | 5C | 0 | 21 | FF | 55 | 24 |
| Octal | 66 | 16 | 254 | 105 | 134 | 0 | 41 | 377 | 125 | 44 |
| Binary | 110110 | 1110 | 10101100 | 1000101 | 1011100 | 0 | 100001 | 11111111 | 1010101 | 100100 |
Color Harmonies of #360EAC
Complementary color
Monochromatic Colors of #360EAC
Black with #360EAC
Text Example
Text Example
White with #360EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EAC; }
p { color: rgb(54,14,172); }
H1.HeaderClassName
{
color: #360EAC;
}
.AnyTagClassName
{
color: #360EAC;
}
</style>
background-color css
<style>
a { background-color: #360EAC; }
a { background-color: rgb(54,14,172); }
div.DivClassName
{
background-color: #360EAC;
}
.BgClassName
{
background-color: #360EAC;
}
</style>
border-color css
<style>
span { border-color: #360EAC; }
span { border-color: rgb(54,14,172); }
td.TdClassName
{
border-color: #360EAC;
}
.TagClassName
{
border-color: #360EAC;
}
</style>