Shades of Smalt #04369D
Tints of Smalt #04369D
RGB
CMYK
RGB Variations
Color information
#04369D (or 0x04369D) is known color: Smalt. HEX triplet: 04, 36 and 9D. RGB value is (4,54,157). Sum of RGB (Red+Green+Blue) = 4+54+157=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #04369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04369D is #FBC962. Grayscale: #323232. Windows color (decimal): -16501091 or 10302980. OLE color: 10302980.
HSL color Cylindrical-coordinate representation of color #04369D: hue angle of 220.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04369D is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 54 | 157 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.38 |
| HSL | 220.39º | 0.95% | 0.32% | - |
| HSV(B) | 220.39º | 0.97% | 0.62% | - |
| XYZ | 7.46 | 5.1 | 32.49 | - |
| YUV | 50.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 157 | 0.97 | 0.66 | 0 | 0.38 | 220.39 | 0.95 | 0.32 |
| Hex | 4 | 36 | 9D | 61 | 42 | 0 | 26 | DC | 5F | 20 |
| Octal | 4 | 66 | 235 | 141 | 102 | 0 | 46 | 334 | 137 | 40 |
| Binary | 100 | 110110 | 10011101 | 1100001 | 1000010 | 0 | 100110 | 11011100 | 1011111 | 100000 |
Color Harmonies of #04369D
Complementary color
Monochromatic Colors of #04369D
Black with #04369D
Text Example
Text Example
White with #04369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04369D; }
p { color: rgb(4,54,157); }
H1.HeaderClassName
{
color: #04369D;
}
.AnyTagClassName
{
color: #04369D;
}
</style>
background-color css
<style>
a { background-color: #04369D; }
a { background-color: rgb(4,54,157); }
div.DivClassName
{
background-color: #04369D;
}
.BgClassName
{
background-color: #04369D;
}
</style>
border-color css
<style>
span { border-color: #04369D; }
span { border-color: rgb(4,54,157); }
td.TdClassName
{
border-color: #04369D;
}
.TagClassName
{
border-color: #04369D;
}
</style>