Shades of Ultramarine #3A09B4
Tints of Ultramarine #3A09B4
RGB
CMYK
RGB Variations
Color information
#3A09B4 (or 0x3A09B4) is known color: Ultramarine. HEX triplet: 3A, 09 and B4. RGB value is (58,9,180). Sum of RGB (Red+Green+Blue) = 58+9+180=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A09B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09B4 is #C5F64B. Grayscale: #2A2A2A. Windows color (decimal): -12973644 or 11798842. OLE color: 11798842.
HSL color Cylindrical-coordinate representation of color #3A09B4: hue angle of 257.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A09B4 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 9 | 180 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.29 |
| HSL | 257.19º | 0.9% | 0.37% | - |
| HSV(B) | 257.19º | 0.95% | 0.71% | - |
| XYZ | 10.08 | 4.39 | 43.5 | - |
| YUV | 43.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 180 | 0.68 | 0.95 | 0 | 0.29 | 257.19 | 0.9 | 0.37 |
| Hex | 3A | 9 | B4 | 44 | 5F | 0 | 1D | 101 | 5A | 25 |
| Octal | 72 | 11 | 264 | 104 | 137 | 0 | 35 | 401 | 132 | 45 |
| Binary | 111010 | 1001 | 10110100 | 1000100 | 1011111 | 0 | 11101 | 100000001 | 1011010 | 100101 |
Color Harmonies of #3A09B4
Complementary color
Monochromatic Colors of #3A09B4
Black with #3A09B4
Text Example
Text Example
White with #3A09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A09B4; }
p { color: rgb(58,9,180); }
H1.HeaderClassName
{
color: #3A09B4;
}
.AnyTagClassName
{
color: #3A09B4;
}
</style>
background-color css
<style>
a { background-color: #3A09B4; }
a { background-color: rgb(58,9,180); }
div.DivClassName
{
background-color: #3A09B4;
}
.BgClassName
{
background-color: #3A09B4;
}
</style>
border-color css
<style>
span { border-color: #3A09B4; }
span { border-color: rgb(58,9,180); }
td.TdClassName
{
border-color: #3A09B4;
}
.TagClassName
{
border-color: #3A09B4;
}
</style>