Shades of Ultramarine #360AAE
Tints of Ultramarine #360AAE
RGB
CMYK
RGB Variations
Color information
#360AAE (or 0x360AAE) is known color: Ultramarine. HEX triplet: 36, 0A and AE. RGB value is (54,10,174). Sum of RGB (Red+Green+Blue) = 54+10+174=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #360AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360AAE is #C9F551. Grayscale: #292929. Windows color (decimal): -13235538 or 11405878. OLE color: 11405878.
HSL color Cylindrical-coordinate representation of color #360AAE: hue angle of 256.1º 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 #360AAE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 10 | 174 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.32 |
| HSL | 256.1º | 0.89% | 0.36% | - |
| HSV(B) | 256.1º | 0.94% | 0.68% | - |
| XYZ | 9.27 | 4.06 | 40.34 | - |
| YUV | 41.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 174 | 0.69 | 0.94 | 0 | 0.32 | 256.1 | 0.89 | 0.36 |
| Hex | 36 | A | AE | 45 | 5E | 0 | 20 | 100 | 59 | 24 |
| Octal | 66 | 12 | 256 | 105 | 136 | 0 | 40 | 400 | 131 | 44 |
| Binary | 110110 | 1010 | 10101110 | 1000101 | 1011110 | 0 | 100000 | 100000000 | 1011001 | 100100 |
Color Harmonies of #360AAE
Complementary color
Monochromatic Colors of #360AAE
Black with #360AAE
Text Example
Text Example
White with #360AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AAE; }
p { color: rgb(54,10,174); }
H1.HeaderClassName
{
color: #360AAE;
}
.AnyTagClassName
{
color: #360AAE;
}
</style>
background-color css
<style>
a { background-color: #360AAE; }
a { background-color: rgb(54,10,174); }
div.DivClassName
{
background-color: #360AAE;
}
.BgClassName
{
background-color: #360AAE;
}
</style>
border-color css
<style>
span { border-color: #360AAE; }
span { border-color: rgb(54,10,174); }
td.TdClassName
{
border-color: #360AAE;
}
.TagClassName
{
border-color: #360AAE;
}
</style>