Shades of Smalt #04358B
Tints of Smalt #04358B
RGB
CMYK
RGB Variations
Color information
#04358B (or 0x04358B) is known color: Smalt. HEX triplet: 04, 35 and 8B. RGB value is (4,53,139). Sum of RGB (Red+Green+Blue) = 4+53+139=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #04358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04358B is #FBCA74. Grayscale: #2F2F2F. Windows color (decimal): -16501365 or 9123076. OLE color: 9123076.
HSL color Cylindrical-coordinate representation of color #04358B: hue angle of 218.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04358B is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 53 | 139 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.45 |
| HSL | 218.22º | 0.94% | 0.28% | - |
| HSV(B) | 218.22º | 0.97% | 0.55% | - |
| XYZ | 5.98 | 4.44 | 24.97 | - |
| YUV | 48.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 139 | 0.97 | 0.62 | 0 | 0.45 | 218.22 | 0.94 | 0.28 |
| Hex | 4 | 35 | 8B | 61 | 3E | 0 | 2D | DA | 5E | 1C |
| Octal | 4 | 65 | 213 | 141 | 76 | 0 | 55 | 332 | 136 | 34 |
| Binary | 100 | 110101 | 10001011 | 1100001 | 111110 | 0 | 101101 | 11011010 | 1011110 | 11100 |
Color Harmonies of #04358B
Complementary color
Monochromatic Colors of #04358B
Black with #04358B
Text Example
Text Example
White with #04358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04358B; }
p { color: rgb(4,53,139); }
H1.HeaderClassName
{
color: #04358B;
}
.AnyTagClassName
{
color: #04358B;
}
</style>
background-color css
<style>
a { background-color: #04358B; }
a { background-color: rgb(4,53,139); }
div.DivClassName
{
background-color: #04358B;
}
.BgClassName
{
background-color: #04358B;
}
</style>
border-color css
<style>
span { border-color: #04358B; }
span { border-color: rgb(4,53,139); }
td.TdClassName
{
border-color: #04358B;
}
.TagClassName
{
border-color: #04358B;
}
</style>