Shades of Smalt #043AA2
Tints of Smalt #043AA2
RGB
CMYK
RGB Variations
Color information
#043AA2 (or 0x043AA2) is known color: Smalt. HEX triplet: 04, 3A and A2. RGB value is (4,58,162). Sum of RGB (Red+Green+Blue) = 4+58+162=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #043AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043AA2 is #FBC55D. Grayscale: #353535. Windows color (decimal): -16500062 or 10631684. OLE color: 10631684.
HSL color Cylindrical-coordinate representation of color #043AA2: hue angle of 219.49º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AA2 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 58 | 162 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.36 |
| HSL | 219.49º | 0.95% | 0.33% | - |
| HSV(B) | 219.49º | 0.98% | 0.64% | - |
| XYZ | 8.08 | 5.66 | 34.85 | - |
| YUV | 53.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 162 | 0.98 | 0.64 | 0 | 0.36 | 219.49 | 0.95 | 0.33 |
| Hex | 4 | 3A | A2 | 62 | 40 | 0 | 24 | DB | 5F | 21 |
| Octal | 4 | 72 | 242 | 142 | 100 | 0 | 44 | 333 | 137 | 41 |
| Binary | 100 | 111010 | 10100010 | 1100010 | 1000000 | 0 | 100100 | 11011011 | 1011111 | 100001 |
Color Harmonies of #043AA2
Complementary color
Monochromatic Colors of #043AA2
Black with #043AA2
Text Example
Text Example
White with #043AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043AA2; }
p { color: rgb(4,58,162); }
H1.HeaderClassName
{
color: #043AA2;
}
.AnyTagClassName
{
color: #043AA2;
}
</style>
background-color css
<style>
a { background-color: #043AA2; }
a { background-color: rgb(4,58,162); }
div.DivClassName
{
background-color: #043AA2;
}
.BgClassName
{
background-color: #043AA2;
}
</style>
border-color css
<style>
span { border-color: #043AA2; }
span { border-color: rgb(4,58,162); }
td.TdClassName
{
border-color: #043AA2;
}
.TagClassName
{
border-color: #043AA2;
}
</style>