Shades of Ultramarine #360BAD
Tints of Ultramarine #360BAD
RGB
CMYK
RGB Variations
Color information
#360BAD (or 0x360BAD) is known color: Ultramarine. HEX triplet: 36, 0B and AD. RGB value is (54,11,173). Sum of RGB (Red+Green+Blue) = 54+11+173=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #360BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAD is #C9F452. Grayscale: #292929. Windows color (decimal): -13235283 or 11340598. OLE color: 11340598.
HSL color Cylindrical-coordinate representation of color #360BAD: hue angle of 255.93º degrees, saturation: 0.88, 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 #360BAD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 11 | 173 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.32 |
| HSL | 255.93º | 0.88% | 0.36% | - |
| HSV(B) | 255.93º | 0.94% | 0.68% | - |
| XYZ | 9.18 | 4.04 | 39.83 | - |
| YUV | 42.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 173 | 0.69 | 0.94 | 0 | 0.32 | 255.93 | 0.88 | 0.36 |
| Hex | 36 | B | AD | 45 | 5E | 0 | 20 | 100 | 58 | 24 |
| Octal | 66 | 13 | 255 | 105 | 136 | 0 | 40 | 400 | 130 | 44 |
| Binary | 110110 | 1011 | 10101101 | 1000101 | 1011110 | 0 | 100000 | 100000000 | 1011000 | 100100 |
Color Harmonies of #360BAD
Complementary color
Monochromatic Colors of #360BAD
Black with #360BAD
Text Example
Text Example
White with #360BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BAD; }
p { color: rgb(54,11,173); }
H1.HeaderClassName
{
color: #360BAD;
}
.AnyTagClassName
{
color: #360BAD;
}
</style>
background-color css
<style>
a { background-color: #360BAD; }
a { background-color: rgb(54,11,173); }
div.DivClassName
{
background-color: #360BAD;
}
.BgClassName
{
background-color: #360BAD;
}
</style>
border-color css
<style>
span { border-color: #360BAD; }
span { border-color: rgb(54,11,173); }
td.TdClassName
{
border-color: #360BAD;
}
.TagClassName
{
border-color: #360BAD;
}
</style>