Shades of Ultramarine #360FB4
Tints of Ultramarine #360FB4
RGB
CMYK
RGB Variations
Color information
#360FB4 (or 0x360FB4) is known color: Ultramarine. HEX triplet: 36, 0F and B4. RGB value is (54,15,180). Sum of RGB (Red+Green+Blue) = 54+15+180=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #360FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FB4 is #C9F04B. Grayscale: #2C2C2C. Windows color (decimal): -13234252 or 11800374. OLE color: 11800374.
HSL color Cylindrical-coordinate representation of color #360FB4: hue angle of 254.18º 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 #360FB4 is Cyan = 0.7, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 15 | 180 | - |
| CMYK | 0.7 | 0.92 | 0 | 0.29 |
| HSL | 254.18º | 0.85% | 0.38% | - |
| HSV(B) | 254.18º | 0.92% | 0.71% | - |
| XYZ | 9.93 | 4.42 | 43.51 | - |
| YUV | 45.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 180 | 0.7 | 0.92 | 0 | 0.29 | 254.18 | 0.85 | 0.38 |
| Hex | 36 | F | B4 | 46 | 5C | 0 | 1D | FE | 55 | 26 |
| Octal | 66 | 17 | 264 | 106 | 134 | 0 | 35 | 376 | 125 | 46 |
| Binary | 110110 | 1111 | 10110100 | 1000110 | 1011100 | 0 | 11101 | 11111110 | 1010101 | 100110 |
Color Harmonies of #360FB4
Complementary color
Monochromatic Colors of #360FB4
Black with #360FB4
Text Example
Text Example
White with #360FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FB4; }
p { color: rgb(54,15,180); }
H1.HeaderClassName
{
color: #360FB4;
}
.AnyTagClassName
{
color: #360FB4;
}
</style>
background-color css
<style>
a { background-color: #360FB4; }
a { background-color: rgb(54,15,180); }
div.DivClassName
{
background-color: #360FB4;
}
.BgClassName
{
background-color: #360FB4;
}
</style>
border-color css
<style>
span { border-color: #360FB4; }
span { border-color: rgb(54,15,180); }
td.TdClassName
{
border-color: #360FB4;
}
.TagClassName
{
border-color: #360FB4;
}
</style>