Shades of Ultramarine #360AAD
Tints of Ultramarine #360AAD
RGB
CMYK
RGB Variations
Color information
#360AAD (or 0x360AAD) is known color: Ultramarine. HEX triplet: 36, 0A and AD. RGB value is (54,10,173). Sum of RGB (Red+Green+Blue) = 54+10+173=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #360AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360AAD is #C9F552. Grayscale: #292929. Windows color (decimal): -13235539 or 11340342. OLE color: 11340342.
HSL color Cylindrical-coordinate representation of color #360AAD: hue angle of 256.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360AAD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 10 | 173 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.32 |
| HSL | 256.2º | 0.89% | 0.36% | - |
| HSV(B) | 256.2º | 0.94% | 0.68% | - |
| XYZ | 9.17 | 4.02 | 39.83 | - |
| YUV | 41.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 173 | 0.69 | 0.94 | 0 | 0.32 | 256.2 | 0.89 | 0.36 |
| Hex | 36 | A | AD | 45 | 5E | 0 | 20 | 100 | 59 | 24 |
| Octal | 66 | 12 | 255 | 105 | 136 | 0 | 40 | 400 | 131 | 44 |
| Binary | 110110 | 1010 | 10101101 | 1000101 | 1011110 | 0 | 100000 | 100000000 | 1011001 | 100100 |
Color Harmonies of #360AAD
Complementary color
Monochromatic Colors of #360AAD
Black with #360AAD
Text Example
Text Example
White with #360AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AAD; }
p { color: rgb(54,10,173); }
H1.HeaderClassName
{
color: #360AAD;
}
.AnyTagClassName
{
color: #360AAD;
}
</style>
background-color css
<style>
a { background-color: #360AAD; }
a { background-color: rgb(54,10,173); }
div.DivClassName
{
background-color: #360AAD;
}
.BgClassName
{
background-color: #360AAD;
}
</style>
border-color css
<style>
span { border-color: #360AAD; }
span { border-color: rgb(54,10,173); }
td.TdClassName
{
border-color: #360AAD;
}
.TagClassName
{
border-color: #360AAD;
}
</style>