Shades of Ultramarine #360ABA
Tints of Ultramarine #360ABA
RGB
CMYK
RGB Variations
Color information
#360ABA (or 0x360ABA) is known color: Ultramarine. HEX triplet: 36, 0A and BA. RGB value is (54,10,186). Sum of RGB (Red+Green+Blue) = 54+10+186=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #360ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ABA is #C9F545. Grayscale: #2A2A2A. Windows color (decimal): -13235526 or 12192310. OLE color: 12192310.
HSL color Cylindrical-coordinate representation of color #360ABA: hue angle of 255º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360ABA is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 10 | 186 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.27 |
| HSL | 255º | 0.9% | 0.38% | - |
| HSV(B) | 255º | 0.95% | 0.73% | - |
| XYZ | 10.49 | 4.55 | 46.78 | - |
| YUV | 43.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 186 | 0.71 | 0.95 | 0 | 0.27 | 255 | 0.9 | 0.38 |
| Hex | 36 | A | BA | 47 | 5F | 0 | 1B | FF | 5A | 26 |
| Octal | 66 | 12 | 272 | 107 | 137 | 0 | 33 | 377 | 132 | 46 |
| Binary | 110110 | 1010 | 10111010 | 1000111 | 1011111 | 0 | 11011 | 11111111 | 1011010 | 100110 |
Color Harmonies of #360ABA
Complementary color
Monochromatic Colors of #360ABA
Black with #360ABA
Text Example
Text Example
White with #360ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ABA; }
p { color: rgb(54,10,186); }
H1.HeaderClassName
{
color: #360ABA;
}
.AnyTagClassName
{
color: #360ABA;
}
</style>
background-color css
<style>
a { background-color: #360ABA; }
a { background-color: rgb(54,10,186); }
div.DivClassName
{
background-color: #360ABA;
}
.BgClassName
{
background-color: #360ABA;
}
</style>
border-color css
<style>
span { border-color: #360ABA; }
span { border-color: rgb(54,10,186); }
td.TdClassName
{
border-color: #360ABA;
}
.TagClassName
{
border-color: #360ABA;
}
</style>