Shades of Ultramarine #360EB1
Tints of Ultramarine #360EB1
RGB
CMYK
RGB Variations
Color information
#360EB1 (or 0x360EB1) is known color: Ultramarine. HEX triplet: 36, 0E and B1. RGB value is (54,14,177). Sum of RGB (Red+Green+Blue) = 54+14+177=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #360EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360EB1 is #C9F14E. Grayscale: #2B2B2B. Windows color (decimal): -13234511 or 11603510. OLE color: 11603510.
HSL color Cylindrical-coordinate representation of color #360EB1: hue angle of 254.72º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360EB1 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 14 | 177 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.31 |
| HSL | 254.72º | 0.85% | 0.37% | - |
| HSV(B) | 254.72º | 0.92% | 0.69% | - |
| XYZ | 9.61 | 4.27 | 41.91 | - |
| YUV | 44.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 177 | 0.69 | 0.92 | 0 | 0.31 | 254.72 | 0.85 | 0.37 |
| Hex | 36 | E | B1 | 45 | 5C | 0 | 1F | FF | 55 | 25 |
| Octal | 66 | 16 | 261 | 105 | 134 | 0 | 37 | 377 | 125 | 45 |
| Binary | 110110 | 1110 | 10110001 | 1000101 | 1011100 | 0 | 11111 | 11111111 | 1010101 | 100101 |
Color Harmonies of #360EB1
Complementary color
Monochromatic Colors of #360EB1
Black with #360EB1
Text Example
Text Example
White with #360EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EB1; }
p { color: rgb(54,14,177); }
H1.HeaderClassName
{
color: #360EB1;
}
.AnyTagClassName
{
color: #360EB1;
}
</style>
background-color css
<style>
a { background-color: #360EB1; }
a { background-color: rgb(54,14,177); }
div.DivClassName
{
background-color: #360EB1;
}
.BgClassName
{
background-color: #360EB1;
}
</style>
border-color css
<style>
span { border-color: #360EB1; }
span { border-color: rgb(54,14,177); }
td.TdClassName
{
border-color: #360EB1;
}
.TagClassName
{
border-color: #360EB1;
}
</style>