Shades of Ultramarine #360FB5
Tints of Ultramarine #360FB5
RGB
CMYK
RGB Variations
Color information
#360FB5 (or 0x360FB5) is known color: Ultramarine. HEX triplet: 36, 0F and B5. RGB value is (54,15,181). Sum of RGB (Red+Green+Blue) = 54+15+181=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #360FB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FB5 is #C9F04A. Grayscale: #2C2C2C. Windows color (decimal): -13234251 or 11865910. OLE color: 11865910.
HSL color Cylindrical-coordinate representation of color #360FB5: hue angle of 254.1º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360FB5 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 15 | 181 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.29 |
| HSL | 254.1º | 0.85% | 0.38% | - |
| HSV(B) | 254.1º | 0.92% | 0.71% | - |
| XYZ | 10.03 | 4.46 | 44.05 | - |
| YUV | 45.59 | 204.42 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 181 | 0.70 | 0.92 | 0 | 0.29 | 254.1 | 0.85 | 0.38 |
| Hex | 36 | F | B5 | 46 | 5C | 0 | 1D | FE | 55 | 26 |
| Octal | 66 | 17 | 265 | 106 | 134 | 0 | 35 | 376 | 125 | 46 |
| Binary | 110110 | 1111 | 10110101 | 1000110 | 1011100 | 0 | 11101 | 11111110 | 1010101 | 100110 |
Color Harmonies of #360FB5
Complementary color
Monochromatic Colors of #360FB5
Black with #360FB5
Text Example
Text Example
White with #360FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FB5; }
p { color: rgb(54,15,181); }
H1.HeaderClassName
{
color: #360FB5;
}
.AnyTagClassName
{
color: #360FB5;
}
</style>
background-color css
<style>
a { background-color: #360FB5; }
a { background-color: rgb(54,15,181); }
div.DivClassName
{
background-color: #360FB5;
}
.BgClassName
{
background-color: #360FB5;
}
</style>
border-color css
<style>
span { border-color: #360FB5; }
span { border-color: rgb(54,15,181); }
td.TdClassName
{
border-color: #360FB5;
}
.TagClassName
{
border-color: #360FB5;
}
</style>