Shades of Smalt #003D9D
Tints of Smalt #003D9D
RGB
CMYK
RGB Variations
Color information
#003D9D (or 0x003D9D) is known color: Smalt. HEX triplet: 00, 3D and 9D. RGB value is (0,61,157). Sum of RGB (Red+Green+Blue) = 0+61+157=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #003D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D9D is #FFC262. Grayscale: #353535. Windows color (decimal): -16761443 or 10304768. OLE color: 10304768.
HSL color Cylindrical-coordinate representation of color #003D9D: hue angle of 216.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D9D is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 61 | 157 | - |
| CMYK | 1 | 0.61 | 0 | 0.38 |
| HSL | 216.69º | 1% | 0.31% | - |
| HSV(B) | 216.69º | 1% | 0.62% | - |
| XYZ | 7.75 | 5.77 | 32.6 | - |
| YUV | 53.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 157 | 1 | 0.61 | 0 | 0.38 | 216.69 | 1 | 0.31 |
| Hex | 0 | 3D | 9D | 64 | 3D | 0 | 26 | D9 | 64 | 1F |
| Octal | 0 | 75 | 235 | 144 | 75 | 0 | 46 | 331 | 144 | 37 |
| Binary | 0 | 111101 | 10011101 | 1100100 | 111101 | 0 | 100110 | 11011001 | 1100100 | 11111 |
Color Harmonies of #003D9D
Complementary color
Monochromatic Colors of #003D9D
Black with #003D9D
Text Example
Text Example
White with #003D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D9D; }
p { color: rgb(0,61,157); }
H1.HeaderClassName
{
color: #003D9D;
}
.AnyTagClassName
{
color: #003D9D;
}
</style>
background-color css
<style>
a { background-color: #003D9D; }
a { background-color: rgb(0,61,157); }
div.DivClassName
{
background-color: #003D9D;
}
.BgClassName
{
background-color: #003D9D;
}
</style>
border-color css
<style>
span { border-color: #003D9D; }
span { border-color: rgb(0,61,157); }
td.TdClassName
{
border-color: #003D9D;
}
.TagClassName
{
border-color: #003D9D;
}
</style>