Shades of Ultramarine #3600AD
Tints of Ultramarine #3600AD
RGB
CMYK
RGB Variations
Color information
#3600AD (or 0x3600AD) is known color: Ultramarine. HEX triplet: 36, 00 and AD. RGB value is (54,0,173). Sum of RGB (Red+Green+Blue) = 54+0+173=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #3600AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3600AD is #C9FF52. Grayscale: #232323. Windows color (decimal): -13238099 or 11337782. OLE color: 11337782.
HSL color Cylindrical-coordinate representation of color #3600AD: hue angle of 258.73º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600AD is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 0 | 173 | - |
| CMYK | 0.69 | 1 | 0 | 0.32 |
| HSL | 258.73º | 1% | 0.34% | - |
| HSV(B) | 258.73º | 1% | 0.68% | - |
| XYZ | 9.06 | 3.8 | 39.79 | - |
| YUV | 35.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 173 | 0.69 | 1 | 0 | 0.32 | 258.73 | 1 | 0.34 |
| Hex | 36 | 0 | AD | 45 | 64 | 0 | 20 | 103 | 64 | 22 |
| Octal | 66 | 0 | 255 | 105 | 144 | 0 | 40 | 403 | 144 | 42 |
| Binary | 110110 | 0 | 10101101 | 1000101 | 1100100 | 0 | 100000 | 100000011 | 1100100 | 100010 |
Color Harmonies of #3600AD
Complementary color
Monochromatic Colors of #3600AD
Black with #3600AD
Text Example
Text Example
White with #3600AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600AD; }
p { color: rgb(54,0,173); }
H1.HeaderClassName
{
color: #3600AD;
}
.AnyTagClassName
{
color: #3600AD;
}
</style>
background-color css
<style>
a { background-color: #3600AD; }
a { background-color: rgb(54,0,173); }
div.DivClassName
{
background-color: #3600AD;
}
.BgClassName
{
background-color: #3600AD;
}
</style>
border-color css
<style>
span { border-color: #3600AD; }
span { border-color: rgb(54,0,173); }
td.TdClassName
{
border-color: #3600AD;
}
.TagClassName
{
border-color: #3600AD;
}
</style>