Shades of Ultramarine #3409A7
Tints of Ultramarine #3409A7
RGB
CMYK
RGB Variations
Color information
#3409A7 (or 0x3409A7) is known color: Ultramarine. HEX triplet: 34, 09 and A7. RGB value is (52,9,167). Sum of RGB (Red+Green+Blue) = 52+9+167=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #3409A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3409A7 is #CBF658. Grayscale: #272727. Windows color (decimal): -13366873 or 10946868. OLE color: 10946868.
HSL color Cylindrical-coordinate representation of color #3409A7: hue angle of 256.33º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409A7 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 9 | 167 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.35 |
| HSL | 256.33º | 0.9% | 0.35% | - |
| HSV(B) | 256.33º | 0.95% | 0.65% | - |
| XYZ | 8.49 | 3.72 | 36.83 | - |
| YUV | 39.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 167 | 0.69 | 0.95 | 0 | 0.35 | 256.33 | 0.9 | 0.35 |
| Hex | 34 | 9 | A7 | 45 | 5F | 0 | 23 | 100 | 5A | 23 |
| Octal | 64 | 11 | 247 | 105 | 137 | 0 | 43 | 400 | 132 | 43 |
| Binary | 110100 | 1001 | 10100111 | 1000101 | 1011111 | 0 | 100011 | 100000000 | 1011010 | 100011 |
Color Harmonies of #3409A7
Complementary color
Monochromatic Colors of #3409A7
Black with #3409A7
Text Example
Text Example
White with #3409A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409A7; }
p { color: rgb(52,9,167); }
H1.HeaderClassName
{
color: #3409A7;
}
.AnyTagClassName
{
color: #3409A7;
}
</style>
background-color css
<style>
a { background-color: #3409A7; }
a { background-color: rgb(52,9,167); }
div.DivClassName
{
background-color: #3409A7;
}
.BgClassName
{
background-color: #3409A7;
}
</style>
border-color css
<style>
span { border-color: #3409A7; }
span { border-color: rgb(52,9,167); }
td.TdClassName
{
border-color: #3409A7;
}
.TagClassName
{
border-color: #3409A7;
}
</style>