Shades of Ultramarine #360DAB
Tints of Ultramarine #360DAB
RGB
CMYK
RGB Variations
Color information
#360DAB (or 0x360DAB) is known color: Ultramarine. HEX triplet: 36, 0D and AB. RGB value is (54,13,171). Sum of RGB (Red+Green+Blue) = 54+13+171=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #360DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DAB is #C9F254. Grayscale: #2A2A2A. Windows color (decimal): -13234773 or 11210038. OLE color: 11210038.
HSL color Cylindrical-coordinate representation of color #360DAB: hue angle of 255.57º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360DAB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 13 | 171 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.33 |
| HSL | 255.57º | 0.86% | 0.36% | - |
| HSV(B) | 255.57º | 0.92% | 0.67% | - |
| XYZ | 9.02 | 4.01 | 38.83 | - |
| YUV | 43.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 171 | 0.68 | 0.92 | 0 | 0.33 | 255.57 | 0.86 | 0.36 |
| Hex | 36 | D | AB | 44 | 5C | 0 | 21 | 100 | 56 | 24 |
| Octal | 66 | 15 | 253 | 104 | 134 | 0 | 41 | 400 | 126 | 44 |
| Binary | 110110 | 1101 | 10101011 | 1000100 | 1011100 | 0 | 100001 | 100000000 | 1010110 | 100100 |
Color Harmonies of #360DAB
Complementary color
Monochromatic Colors of #360DAB
Black with #360DAB
Text Example
Text Example
White with #360DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DAB; }
p { color: rgb(54,13,171); }
H1.HeaderClassName
{
color: #360DAB;
}
.AnyTagClassName
{
color: #360DAB;
}
</style>
background-color css
<style>
a { background-color: #360DAB; }
a { background-color: rgb(54,13,171); }
div.DivClassName
{
background-color: #360DAB;
}
.BgClassName
{
background-color: #360DAB;
}
</style>
border-color css
<style>
span { border-color: #360DAB; }
span { border-color: rgb(54,13,171); }
td.TdClassName
{
border-color: #360DAB;
}
.TagClassName
{
border-color: #360DAB;
}
</style>