Shades of Smalt #043CA3
Tints of Smalt #043CA3
RGB
CMYK
RGB Variations
Color information
#043CA3 (or 0x043CA3) is known color: Smalt. HEX triplet: 04, 3C and A3. RGB value is (4,60,163). Sum of RGB (Red+Green+Blue) = 4+60+163=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #043CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CA3 is #FBC35C. Grayscale: #363636. Windows color (decimal): -16499549 or 10697732. OLE color: 10697732.
HSL color Cylindrical-coordinate representation of color #043CA3: hue angle of 218.87º 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 #043CA3 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 60 | 163 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.36 |
| HSL | 218.87º | 0.95% | 0.33% | - |
| HSV(B) | 218.87º | 0.98% | 0.64% | - |
| XYZ | 8.28 | 5.9 | 35.35 | - |
| YUV | 55 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 163 | 0.98 | 0.63 | 0 | 0.36 | 218.87 | 0.95 | 0.33 |
| Hex | 4 | 3C | A3 | 62 | 3F | 0 | 24 | DB | 5F | 21 |
| Octal | 4 | 74 | 243 | 142 | 77 | 0 | 44 | 333 | 137 | 41 |
| Binary | 100 | 111100 | 10100011 | 1100010 | 111111 | 0 | 100100 | 11011011 | 1011111 | 100001 |
Color Harmonies of #043CA3
Complementary color
Monochromatic Colors of #043CA3
Black with #043CA3
Text Example
Text Example
White with #043CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CA3; }
p { color: rgb(4,60,163); }
H1.HeaderClassName
{
color: #043CA3;
}
.AnyTagClassName
{
color: #043CA3;
}
</style>
background-color css
<style>
a { background-color: #043CA3; }
a { background-color: rgb(4,60,163); }
div.DivClassName
{
background-color: #043CA3;
}
.BgClassName
{
background-color: #043CA3;
}
</style>
border-color css
<style>
span { border-color: #043CA3; }
span { border-color: rgb(4,60,163); }
td.TdClassName
{
border-color: #043CA3;
}
.TagClassName
{
border-color: #043CA3;
}
</style>