Shades of Ultramarine #360BBA
Tints of Ultramarine #360BBA
RGB
CMYK
RGB Variations
Color information
#360BBA (or 0x360BBA) is known color: Ultramarine. HEX triplet: 36, 0B and BA. RGB value is (54,11,186). Sum of RGB (Red+Green+Blue) = 54+11+186=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #360BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BBA is #C9F445. Grayscale: #2B2B2B. Windows color (decimal): -13235270 or 12192566. OLE color: 12192566.
HSL color Cylindrical-coordinate representation of color #360BBA: hue angle of 254.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360BBA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 11 | 186 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.27 |
| HSL | 254.74º | 0.89% | 0.39% | - |
| HSV(B) | 254.74º | 0.94% | 0.73% | - |
| XYZ | 10.5 | 4.57 | 46.78 | - |
| YUV | 43.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 186 | 0.71 | 0.94 | 0 | 0.27 | 254.74 | 0.89 | 0.39 |
| Hex | 36 | B | BA | 47 | 5E | 0 | 1B | FF | 59 | 27 |
| Octal | 66 | 13 | 272 | 107 | 136 | 0 | 33 | 377 | 131 | 47 |
| Binary | 110110 | 1011 | 10111010 | 1000111 | 1011110 | 0 | 11011 | 11111111 | 1011001 | 100111 |
Color Harmonies of #360BBA
Complementary color
Monochromatic Colors of #360BBA
Black with #360BBA
Text Example
Text Example
White with #360BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BBA; }
p { color: rgb(54,11,186); }
H1.HeaderClassName
{
color: #360BBA;
}
.AnyTagClassName
{
color: #360BBA;
}
</style>
background-color css
<style>
a { background-color: #360BBA; }
a { background-color: rgb(54,11,186); }
div.DivClassName
{
background-color: #360BBA;
}
.BgClassName
{
background-color: #360BBA;
}
</style>
border-color css
<style>
span { border-color: #360BBA; }
span { border-color: rgb(54,11,186); }
td.TdClassName
{
border-color: #360BBA;
}
.TagClassName
{
border-color: #360BBA;
}
</style>