Shades of Ultramarine #360CB4
Tints of Ultramarine #360CB4
RGB
CMYK
RGB Variations
Color information
#360CB4 (or 0x360CB4) is known color: Ultramarine. HEX triplet: 36, 0C and B4. RGB value is (54,12,180). Sum of RGB (Red+Green+Blue) = 54+12+180=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #360CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CB4 is #C9F34B. Grayscale: #2B2B2B. Windows color (decimal): -13235020 or 11799606. OLE color: 11799606.
HSL color Cylindrical-coordinate representation of color #360CB4: hue angle of 255º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CB4 is Cyan = 0.7, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 12 | 180 | - |
| CMYK | 0.7 | 0.93 | 0 | 0.29 |
| HSL | 255º | 0.88% | 0.38% | - |
| HSV(B) | 255º | 0.93% | 0.71% | - |
| XYZ | 9.89 | 4.34 | 43.5 | - |
| YUV | 43.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 180 | 0.7 | 0.93 | 0 | 0.29 | 255 | 0.88 | 0.38 |
| Hex | 36 | C | B4 | 46 | 5D | 0 | 1D | FF | 58 | 26 |
| Octal | 66 | 14 | 264 | 106 | 135 | 0 | 35 | 377 | 130 | 46 |
| Binary | 110110 | 1100 | 10110100 | 1000110 | 1011101 | 0 | 11101 | 11111111 | 1011000 | 100110 |
Color Harmonies of #360CB4
Complementary color
Monochromatic Colors of #360CB4
Black with #360CB4
Text Example
Text Example
White with #360CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CB4; }
p { color: rgb(54,12,180); }
H1.HeaderClassName
{
color: #360CB4;
}
.AnyTagClassName
{
color: #360CB4;
}
</style>
background-color css
<style>
a { background-color: #360CB4; }
a { background-color: rgb(54,12,180); }
div.DivClassName
{
background-color: #360CB4;
}
.BgClassName
{
background-color: #360CB4;
}
</style>
border-color css
<style>
span { border-color: #360CB4; }
span { border-color: rgb(54,12,180); }
td.TdClassName
{
border-color: #360CB4;
}
.TagClassName
{
border-color: #360CB4;
}
</style>