Shades of Ultramarine #3409AF
Tints of Ultramarine #3409AF
RGB
CMYK
RGB Variations
Color information
#3409AF (or 0x3409AF) is known color: Ultramarine. HEX triplet: 34, 09 and AF. RGB value is (52,9,175). Sum of RGB (Red+Green+Blue) = 52+9+175=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #3409AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3409AF is #CBF650. Grayscale: #282828. Windows color (decimal): -13366865 or 11471156. OLE color: 11471156.
HSL color Cylindrical-coordinate representation of color #3409AF: hue angle of 255.54º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409AF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 9 | 175 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.31 |
| HSL | 255.54º | 0.9% | 0.36% | - |
| HSV(B) | 255.54º | 0.95% | 0.69% | - |
| XYZ | 9.25 | 4.02 | 40.85 | - |
| YUV | 40.78 | 203.75 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 175 | 0.70 | 0.95 | 0 | 0.31 | 255.54 | 0.9 | 0.36 |
| Hex | 34 | 9 | AF | 46 | 5F | 0 | 1F | 100 | 5A | 24 |
| Octal | 64 | 11 | 257 | 106 | 137 | 0 | 37 | 400 | 132 | 44 |
| Binary | 110100 | 1001 | 10101111 | 1000110 | 1011111 | 0 | 11111 | 100000000 | 1011010 | 100100 |
Color Harmonies of #3409AF
Complementary color
Monochromatic Colors of #3409AF
Black with #3409AF
Text Example
Text Example
White with #3409AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409AF; }
p { color: rgb(52,9,175); }
H1.HeaderClassName
{
color: #3409AF;
}
.AnyTagClassName
{
color: #3409AF;
}
</style>
background-color css
<style>
a { background-color: #3409AF; }
a { background-color: rgb(52,9,175); }
div.DivClassName
{
background-color: #3409AF;
}
.BgClassName
{
background-color: #3409AF;
}
</style>
border-color css
<style>
span { border-color: #3409AF; }
span { border-color: rgb(52,9,175); }
td.TdClassName
{
border-color: #3409AF;
}
.TagClassName
{
border-color: #3409AF;
}
</style>