Shades of Ultramarine #3409B7
Tints of Ultramarine #3409B7
RGB
CMYK
RGB Variations
Color information
#3409B7 (or 0x3409B7) is known color: Ultramarine. HEX triplet: 34, 09 and B7. RGB value is (52,9,183). Sum of RGB (Red+Green+Blue) = 52+9+183=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #3409B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409B7 is #CBF648. Grayscale: #292929. Windows color (decimal): -13366857 or 11995444. OLE color: 11995444.
HSL color Cylindrical-coordinate representation of color #3409B7: hue angle of 254.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409B7 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 9 | 183 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.28 |
| HSL | 254.83º | 0.91% | 0.38% | - |
| HSV(B) | 254.83º | 0.95% | 0.72% | - |
| XYZ | 10.06 | 4.34 | 45.11 | - |
| YUV | 41.69 | 207.75 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 183 | 0.72 | 0.95 | 0 | 0.28 | 254.83 | 0.91 | 0.38 |
| Hex | 34 | 9 | B7 | 48 | 5F | 0 | 1C | FF | 5B | 26 |
| Octal | 64 | 11 | 267 | 110 | 137 | 0 | 34 | 377 | 133 | 46 |
| Binary | 110100 | 1001 | 10110111 | 1001000 | 1011111 | 0 | 11100 | 11111111 | 1011011 | 100110 |
Color Harmonies of #3409B7
Complementary color
Monochromatic Colors of #3409B7
Black with #3409B7
Text Example
Text Example
White with #3409B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409B7; }
p { color: rgb(52,9,183); }
H1.HeaderClassName
{
color: #3409B7;
}
.AnyTagClassName
{
color: #3409B7;
}
</style>
background-color css
<style>
a { background-color: #3409B7; }
a { background-color: rgb(52,9,183); }
div.DivClassName
{
background-color: #3409B7;
}
.BgClassName
{
background-color: #3409B7;
}
</style>
border-color css
<style>
span { border-color: #3409B7; }
span { border-color: rgb(52,9,183); }
td.TdClassName
{
border-color: #3409B7;
}
.TagClassName
{
border-color: #3409B7;
}
</style>