Shades of Ultramarine #3509AC
Tints of Ultramarine #3509AC
RGB
CMYK
RGB Variations
Color information
#3509AC (or 0x3509AC) is known color: Ultramarine. HEX triplet: 35, 09 and AC. RGB value is (53,9,172). Sum of RGB (Red+Green+Blue) = 53+9+172=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #3509AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3509AC is #CAF653. Grayscale: #282828. Windows color (decimal): -13301332 or 11274549. OLE color: 11274549.
HSL color Cylindrical-coordinate representation of color #3509AC: hue angle of 256.2º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3509AC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 9 | 172 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.33 |
| HSL | 256.2º | 0.9% | 0.35% | - |
| HSV(B) | 256.2º | 0.95% | 0.67% | - |
| XYZ | 9.01 | 3.93 | 39.31 | - |
| YUV | 40.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 172 | 0.69 | 0.95 | 0 | 0.33 | 256.2 | 0.9 | 0.35 |
| Hex | 35 | 9 | AC | 45 | 5F | 0 | 21 | 100 | 5A | 23 |
| Octal | 65 | 11 | 254 | 105 | 137 | 0 | 41 | 400 | 132 | 43 |
| Binary | 110101 | 1001 | 10101100 | 1000101 | 1011111 | 0 | 100001 | 100000000 | 1011010 | 100011 |
Color Harmonies of #3509AC
Complementary color
Monochromatic Colors of #3509AC
Black with #3509AC
Text Example
Text Example
White with #3509AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3509AC; }
p { color: rgb(53,9,172); }
H1.HeaderClassName
{
color: #3509AC;
}
.AnyTagClassName
{
color: #3509AC;
}
</style>
background-color css
<style>
a { background-color: #3509AC; }
a { background-color: rgb(53,9,172); }
div.DivClassName
{
background-color: #3509AC;
}
.BgClassName
{
background-color: #3509AC;
}
</style>
border-color css
<style>
span { border-color: #3509AC; }
span { border-color: rgb(53,9,172); }
td.TdClassName
{
border-color: #3509AC;
}
.TagClassName
{
border-color: #3509AC;
}
</style>