Shades of Ultramarine #3603AC
Tints of Ultramarine #3603AC
RGB
CMYK
RGB Variations
Color information
#3603AC (or 0x3603AC) is known color: Ultramarine. HEX triplet: 36, 03 and AC. RGB value is (54,3,172). Sum of RGB (Red+Green+Blue) = 54+3+172=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #3603AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3603AC is #C9FC53. Grayscale: #242424. Windows color (decimal): -13237332 or 11273014. OLE color: 11273014.
HSL color Cylindrical-coordinate representation of color #3603AC: hue angle of 258.11º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3603AC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 3 | 172 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.33 |
| HSL | 258.11º | 0.97% | 0.34% | - |
| HSV(B) | 258.11º | 0.98% | 0.67% | - |
| XYZ | 9 | 3.83 | 39.29 | - |
| YUV | 37.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 172 | 0.69 | 0.98 | 0 | 0.33 | 258.11 | 0.97 | 0.34 |
| Hex | 36 | 3 | AC | 45 | 62 | 0 | 21 | 102 | 61 | 22 |
| Octal | 66 | 3 | 254 | 105 | 142 | 0 | 41 | 402 | 141 | 42 |
| Binary | 110110 | 11 | 10101100 | 1000101 | 1100010 | 0 | 100001 | 100000010 | 1100001 | 100010 |
Color Harmonies of #3603AC
Complementary color
Monochromatic Colors of #3603AC
Black with #3603AC
Text Example
Text Example
White with #3603AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603AC; }
p { color: rgb(54,3,172); }
H1.HeaderClassName
{
color: #3603AC;
}
.AnyTagClassName
{
color: #3603AC;
}
</style>
background-color css
<style>
a { background-color: #3603AC; }
a { background-color: rgb(54,3,172); }
div.DivClassName
{
background-color: #3603AC;
}
.BgClassName
{
background-color: #3603AC;
}
</style>
border-color css
<style>
span { border-color: #3603AC; }
span { border-color: rgb(54,3,172); }
td.TdClassName
{
border-color: #3603AC;
}
.TagClassName
{
border-color: #3603AC;
}
</style>