Shades of Ultramarine #360FB3
Tints of Ultramarine #360FB3
RGB
CMYK
RGB Variations
Color information
#360FB3 (or 0x360FB3) is known color: Ultramarine. HEX triplet: 36, 0F and B3. RGB value is (54,15,179). Sum of RGB (Red+Green+Blue) = 54+15+179=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #360FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FB3 is #C9F04C. Grayscale: #2C2C2C. Windows color (decimal): -13234253 or 11734838. OLE color: 11734838.
HSL color Cylindrical-coordinate representation of color #360FB3: hue angle of 254.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360FB3 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 15 | 179 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.30 |
| HSL | 254.27º | 0.85% | 0.38% | - |
| HSV(B) | 254.27º | 0.92% | 0.7% | - |
| XYZ | 9.83 | 4.38 | 42.98 | - |
| YUV | 45.36 | 203.42 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 179 | 0.70 | 0.92 | 0 | 0.30 | 254.27 | 0.85 | 0.38 |
| Hex | 36 | F | B3 | 46 | 5C | 0 | 1E | FE | 55 | 26 |
| Octal | 66 | 17 | 263 | 106 | 134 | 0 | 36 | 376 | 125 | 46 |
| Binary | 110110 | 1111 | 10110011 | 1000110 | 1011100 | 0 | 11110 | 11111110 | 1010101 | 100110 |
Color Harmonies of #360FB3
Complementary color
Monochromatic Colors of #360FB3
Black with #360FB3
Text Example
Text Example
White with #360FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FB3; }
p { color: rgb(54,15,179); }
H1.HeaderClassName
{
color: #360FB3;
}
.AnyTagClassName
{
color: #360FB3;
}
</style>
background-color css
<style>
a { background-color: #360FB3; }
a { background-color: rgb(54,15,179); }
div.DivClassName
{
background-color: #360FB3;
}
.BgClassName
{
background-color: #360FB3;
}
</style>
border-color css
<style>
span { border-color: #360FB3; }
span { border-color: rgb(54,15,179); }
td.TdClassName
{
border-color: #360FB3;
}
.TagClassName
{
border-color: #360FB3;
}
</style>