Shades of Ultramarine #3600AC
Tints of Ultramarine #3600AC
RGB
CMYK
RGB Variations
Color information
#3600AC (or 0x3600AC) is known color: Ultramarine. HEX triplet: 36, 00 and AC. RGB value is (54,0,172). Sum of RGB (Red+Green+Blue) = 54+0+172=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #3600AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3600AC is #C9FF53. Grayscale: #232323. Windows color (decimal): -13238100 or 11272246. OLE color: 11272246.
HSL color Cylindrical-coordinate representation of color #3600AC: hue angle of 258.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600AC is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 0 | 172 | - |
| CMYK | 0.69 | 1 | 0 | 0.33 |
| HSL | 258.84º | 1% | 0.34% | - |
| HSV(B) | 258.84º | 1% | 0.67% | - |
| XYZ | 8.97 | 3.76 | 39.28 | - |
| YUV | 35.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 172 | 0.69 | 1 | 0 | 0.33 | 258.84 | 1 | 0.34 |
| Hex | 36 | 0 | AC | 45 | 64 | 0 | 21 | 103 | 64 | 22 |
| Octal | 66 | 0 | 254 | 105 | 144 | 0 | 41 | 403 | 144 | 42 |
| Binary | 110110 | 0 | 10101100 | 1000101 | 1100100 | 0 | 100001 | 100000011 | 1100100 | 100010 |
Color Harmonies of #3600AC
Complementary color
Monochromatic Colors of #3600AC
Black with #3600AC
Text Example
Text Example
White with #3600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600AC; }
p { color: rgb(54,0,172); }
H1.HeaderClassName
{
color: #3600AC;
}
.AnyTagClassName
{
color: #3600AC;
}
</style>
background-color css
<style>
a { background-color: #3600AC; }
a { background-color: rgb(54,0,172); }
div.DivClassName
{
background-color: #3600AC;
}
.BgClassName
{
background-color: #3600AC;
}
</style>
border-color css
<style>
span { border-color: #3600AC; }
span { border-color: rgb(54,0,172); }
td.TdClassName
{
border-color: #3600AC;
}
.TagClassName
{
border-color: #3600AC;
}
</style>