Shades of Smalt #003B9C
Tints of Smalt #003B9C
RGB
CMYK
RGB Variations
Color information
#003B9C (or 0x003B9C) is known color: Smalt. HEX triplet: 00, 3B and 9C. RGB value is (0,59,156). Sum of RGB (Red+Green+Blue) = 0+59+156=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #003B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B9C is #FFC463. Grayscale: #333333. Windows color (decimal): -16761956 or 10238720. OLE color: 10238720.
HSL color Cylindrical-coordinate representation of color #003B9C: hue angle of 217.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B9C is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 59 | 156 | - |
| CMYK | 1 | 0.62 | 0 | 0.39 |
| HSL | 217.31º | 1% | 0.31% | - |
| HSV(B) | 217.31º | 1% | 0.61% | - |
| XYZ | 7.56 | 5.53 | 32.12 | - |
| YUV | 52.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 156 | 1 | 0.62 | 0 | 0.39 | 217.31 | 1 | 0.31 |
| Hex | 0 | 3B | 9C | 64 | 3E | 0 | 27 | D9 | 64 | 1F |
| Octal | 0 | 73 | 234 | 144 | 76 | 0 | 47 | 331 | 144 | 37 |
| Binary | 0 | 111011 | 10011100 | 1100100 | 111110 | 0 | 100111 | 11011001 | 1100100 | 11111 |
Color Harmonies of #003B9C
Complementary color
Monochromatic Colors of #003B9C
Black with #003B9C
Text Example
Text Example
White with #003B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B9C; }
p { color: rgb(0,59,156); }
H1.HeaderClassName
{
color: #003B9C;
}
.AnyTagClassName
{
color: #003B9C;
}
</style>
background-color css
<style>
a { background-color: #003B9C; }
a { background-color: rgb(0,59,156); }
div.DivClassName
{
background-color: #003B9C;
}
.BgClassName
{
background-color: #003B9C;
}
</style>
border-color css
<style>
span { border-color: #003B9C; }
span { border-color: rgb(0,59,156); }
td.TdClassName
{
border-color: #003B9C;
}
.TagClassName
{
border-color: #003B9C;
}
</style>