Shades of Ultramarine #360CAC
Tints of Ultramarine #360CAC
RGB
CMYK
RGB Variations
Color information
#360CAC (or 0x360CAC) is known color: Ultramarine. HEX triplet: 36, 0C and AC. RGB value is (54,12,172). Sum of RGB (Red+Green+Blue) = 54+12+172=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #360CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CAC is #C9F353. Grayscale: #2A2A2A. Windows color (decimal): -13235028 or 11275318. OLE color: 11275318.
HSL color Cylindrical-coordinate representation of color #360CAC: hue angle of 255.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CAC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 12 | 172 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.33 |
| HSL | 255.75º | 0.87% | 0.36% | - |
| HSV(B) | 255.75º | 0.93% | 0.67% | - |
| XYZ | 9.1 | 4.03 | 39.33 | - |
| YUV | 42.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 172 | 0.69 | 0.93 | 0 | 0.33 | 255.75 | 0.87 | 0.36 |
| Hex | 36 | C | AC | 45 | 5D | 0 | 21 | 100 | 57 | 24 |
| Octal | 66 | 14 | 254 | 105 | 135 | 0 | 41 | 400 | 127 | 44 |
| Binary | 110110 | 1100 | 10101100 | 1000101 | 1011101 | 0 | 100001 | 100000000 | 1010111 | 100100 |
Color Harmonies of #360CAC
Complementary color
Monochromatic Colors of #360CAC
Black with #360CAC
Text Example
Text Example
White with #360CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CAC; }
p { color: rgb(54,12,172); }
H1.HeaderClassName
{
color: #360CAC;
}
.AnyTagClassName
{
color: #360CAC;
}
</style>
background-color css
<style>
a { background-color: #360CAC; }
a { background-color: rgb(54,12,172); }
div.DivClassName
{
background-color: #360CAC;
}
.BgClassName
{
background-color: #360CAC;
}
</style>
border-color css
<style>
span { border-color: #360CAC; }
span { border-color: rgb(54,12,172); }
td.TdClassName
{
border-color: #360CAC;
}
.TagClassName
{
border-color: #360CAC;
}
</style>