Shades of Ultramarine #360AB7
Tints of Ultramarine #360AB7
RGB
CMYK
RGB Variations
Color information
#360AB7 (or 0x360AB7) is known color: Ultramarine. HEX triplet: 36, 0A and B7. RGB value is (54,10,183). Sum of RGB (Red+Green+Blue) = 54+10+183=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #360AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360AB7 is #C9F548. Grayscale: #2A2A2A. Windows color (decimal): -13235529 or 11995702. OLE color: 11995702.
HSL color Cylindrical-coordinate representation of color #360AB7: hue angle of 255.26º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360AB7 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 10 | 183 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.28 |
| HSL | 255.26º | 0.9% | 0.38% | - |
| HSV(B) | 255.26º | 0.95% | 0.72% | - |
| XYZ | 10.18 | 4.42 | 45.12 | - |
| YUV | 42.88 | 207.08 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 183 | 0.70 | 0.95 | 0 | 0.28 | 255.26 | 0.9 | 0.38 |
| Hex | 36 | A | B7 | 46 | 5F | 0 | 1C | FF | 5A | 26 |
| Octal | 66 | 12 | 267 | 106 | 137 | 0 | 34 | 377 | 132 | 46 |
| Binary | 110110 | 1010 | 10110111 | 1000110 | 1011111 | 0 | 11100 | 11111111 | 1011010 | 100110 |
Color Harmonies of #360AB7
Complementary color
Monochromatic Colors of #360AB7
Black with #360AB7
Text Example
Text Example
White with #360AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AB7; }
p { color: rgb(54,10,183); }
H1.HeaderClassName
{
color: #360AB7;
}
.AnyTagClassName
{
color: #360AB7;
}
</style>
background-color css
<style>
a { background-color: #360AB7; }
a { background-color: rgb(54,10,183); }
div.DivClassName
{
background-color: #360AB7;
}
.BgClassName
{
background-color: #360AB7;
}
</style>
border-color css
<style>
span { border-color: #360AB7; }
span { border-color: rgb(54,10,183); }
td.TdClassName
{
border-color: #360AB7;
}
.TagClassName
{
border-color: #360AB7;
}
</style>