Shades of Smalt #04348A
Tints of Smalt #04348A
RGB
CMYK
RGB Variations
Color information
#04348A (or 0x04348A) is known color: Smalt. HEX triplet: 04, 34 and 8A. RGB value is (4,52,138). Sum of RGB (Red+Green+Blue) = 4+52+138=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #04348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04348A is #FBCB75. Grayscale: #2F2F2F. Windows color (decimal): -16501622 or 9057284. OLE color: 9057284.
HSL color Cylindrical-coordinate representation of color #04348A: hue angle of 218.51º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04348A is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 52 | 138 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.46 |
| HSL | 218.51º | 0.94% | 0.28% | - |
| HSV(B) | 218.51º | 0.97% | 0.54% | - |
| XYZ | 5.87 | 4.32 | 24.57 | - |
| YUV | 47.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 138 | 0.97 | 0.62 | 0 | 0.46 | 218.51 | 0.94 | 0.28 |
| Hex | 4 | 34 | 8A | 61 | 3E | 0 | 2E | DB | 5E | 1C |
| Octal | 4 | 64 | 212 | 141 | 76 | 0 | 56 | 333 | 136 | 34 |
| Binary | 100 | 110100 | 10001010 | 1100001 | 111110 | 0 | 101110 | 11011011 | 1011110 | 11100 |
Color Harmonies of #04348A
Complementary color
Monochromatic Colors of #04348A
Black with #04348A
Text Example
Text Example
White with #04348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04348A; }
p { color: rgb(4,52,138); }
H1.HeaderClassName
{
color: #04348A;
}
.AnyTagClassName
{
color: #04348A;
}
</style>
background-color css
<style>
a { background-color: #04348A; }
a { background-color: rgb(4,52,138); }
div.DivClassName
{
background-color: #04348A;
}
.BgClassName
{
background-color: #04348A;
}
</style>
border-color css
<style>
span { border-color: #04348A; }
span { border-color: rgb(4,52,138); }
td.TdClassName
{
border-color: #04348A;
}
.TagClassName
{
border-color: #04348A;
}
</style>