Shades of Ultramarine #3606AD
Tints of Ultramarine #3606AD
RGB
CMYK
RGB Variations
Color information
#3606AD (or 0x3606AD) is known color: Ultramarine. HEX triplet: 36, 06 and AD. RGB value is (54,6,173). Sum of RGB (Red+Green+Blue) = 54+6+173=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #3606AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3606AD is #C9F952. Grayscale: #262626. Windows color (decimal): -13236563 or 11339318. OLE color: 11339318.
HSL color Cylindrical-coordinate representation of color #3606AD: hue angle of 257.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606AD is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 6 | 173 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.32 |
| HSL | 257.25º | 0.93% | 0.35% | - |
| HSV(B) | 257.25º | 0.97% | 0.68% | - |
| XYZ | 9.13 | 3.93 | 39.81 | - |
| YUV | 39.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 173 | 0.69 | 0.97 | 0 | 0.32 | 257.25 | 0.93 | 0.35 |
| Hex | 36 | 6 | AD | 45 | 61 | 0 | 20 | 101 | 5D | 23 |
| Octal | 66 | 6 | 255 | 105 | 141 | 0 | 40 | 401 | 135 | 43 |
| Binary | 110110 | 110 | 10101101 | 1000101 | 1100001 | 0 | 100000 | 100000001 | 1011101 | 100011 |
Color Harmonies of #3606AD
Complementary color
Monochromatic Colors of #3606AD
Black with #3606AD
Text Example
Text Example
White with #3606AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606AD; }
p { color: rgb(54,6,173); }
H1.HeaderClassName
{
color: #3606AD;
}
.AnyTagClassName
{
color: #3606AD;
}
</style>
background-color css
<style>
a { background-color: #3606AD; }
a { background-color: rgb(54,6,173); }
div.DivClassName
{
background-color: #3606AD;
}
.BgClassName
{
background-color: #3606AD;
}
</style>
border-color css
<style>
span { border-color: #3606AD; }
span { border-color: rgb(54,6,173); }
td.TdClassName
{
border-color: #3606AD;
}
.TagClassName
{
border-color: #3606AD;
}
</style>