Shades of Ultramarine #360AB1
Tints of Ultramarine #360AB1
RGB
CMYK
RGB Variations
Color information
#360AB1 (or 0x360AB1) is known color: Ultramarine. HEX triplet: 36, 0A and B1. RGB value is (54,10,177). Sum of RGB (Red+Green+Blue) = 54+10+177=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #360AB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360AB1 is #C9F54E. Grayscale: #292929. Windows color (decimal): -13235535 or 11602486. OLE color: 11602486.
HSL color Cylindrical-coordinate representation of color #360AB1: hue angle of 255.81º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360AB1 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 10 | 177 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.31 |
| HSL | 255.81º | 0.89% | 0.37% | - |
| HSV(B) | 255.81º | 0.94% | 0.69% | - |
| XYZ | 9.57 | 4.18 | 41.9 | - |
| YUV | 42.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 177 | 0.69 | 0.94 | 0 | 0.31 | 255.81 | 0.89 | 0.37 |
| Hex | 36 | A | B1 | 45 | 5E | 0 | 1F | 100 | 59 | 25 |
| Octal | 66 | 12 | 261 | 105 | 136 | 0 | 37 | 400 | 131 | 45 |
| Binary | 110110 | 1010 | 10110001 | 1000101 | 1011110 | 0 | 11111 | 100000000 | 1011001 | 100101 |
Color Harmonies of #360AB1
Complementary color
Monochromatic Colors of #360AB1
Black with #360AB1
Text Example
Text Example
White with #360AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AB1; }
p { color: rgb(54,10,177); }
H1.HeaderClassName
{
color: #360AB1;
}
.AnyTagClassName
{
color: #360AB1;
}
</style>
background-color css
<style>
a { background-color: #360AB1; }
a { background-color: rgb(54,10,177); }
div.DivClassName
{
background-color: #360AB1;
}
.BgClassName
{
background-color: #360AB1;
}
</style>
border-color css
<style>
span { border-color: #360AB1; }
span { border-color: rgb(54,10,177); }
td.TdClassName
{
border-color: #360AB1;
}
.TagClassName
{
border-color: #360AB1;
}
</style>