Shades of Ultramarine #360FAB
Tints of Ultramarine #360FAB
RGB
CMYK
RGB Variations
Color information
#360FAB (or 0x360FAB) is known color: Ultramarine. HEX triplet: 36, 0F and AB. RGB value is (54,15,171). Sum of RGB (Red+Green+Blue) = 54+15+171=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #360FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FAB is #C9F054. Grayscale: #2B2B2B. Windows color (decimal): -13234261 or 11210550. OLE color: 11210550.
HSL color Cylindrical-coordinate representation of color #360FAB: hue angle of 255º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360FAB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 15 | 171 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.33 |
| HSL | 255º | 0.84% | 0.36% | - |
| HSV(B) | 255º | 0.91% | 0.67% | - |
| XYZ | 9.04 | 4.07 | 38.84 | - |
| YUV | 44.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 171 | 0.68 | 0.91 | 0 | 0.33 | 255 | 0.84 | 0.36 |
| Hex | 36 | F | AB | 44 | 5B | 0 | 21 | FF | 54 | 24 |
| Octal | 66 | 17 | 253 | 104 | 133 | 0 | 41 | 377 | 124 | 44 |
| Binary | 110110 | 1111 | 10101011 | 1000100 | 1011011 | 0 | 100001 | 11111111 | 1010100 | 100100 |
Color Harmonies of #360FAB
Complementary color
Monochromatic Colors of #360FAB
Black with #360FAB
Text Example
Text Example
White with #360FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FAB; }
p { color: rgb(54,15,171); }
H1.HeaderClassName
{
color: #360FAB;
}
.AnyTagClassName
{
color: #360FAB;
}
</style>
background-color css
<style>
a { background-color: #360FAB; }
a { background-color: rgb(54,15,171); }
div.DivClassName
{
background-color: #360FAB;
}
.BgClassName
{
background-color: #360FAB;
}
</style>
border-color css
<style>
span { border-color: #360FAB; }
span { border-color: rgb(54,15,171); }
td.TdClassName
{
border-color: #360FAB;
}
.TagClassName
{
border-color: #360FAB;
}
</style>