Shades of Smalt #003282
Tints of Smalt #003282
RGB
CMYK
RGB Variations
Color information
#003282 (or 0x003282) is known color: Smalt. HEX triplet: 00, 32 and 82. RGB value is (0,50,130). Sum of RGB (Red+Green+Blue) = 0+50+130=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #003282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003282 is #FFCD7D. Grayscale: #2B2B2B. Windows color (decimal): -16764286 or 8532480. OLE color: 8532480.
HSL color Cylindrical-coordinate representation of color #003282: hue angle of 216.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003282 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 50 | 130 | - |
| CMYK | 1 | 0.62 | 0 | 0.49 |
| HSL | 216.92º | 1% | 0.25% | - |
| HSV(B) | 216.92º | 1% | 0.51% | - |
| XYZ | 5.17 | 3.89 | 21.6 | - |
| YUV | 44.17 | 176.44 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 130 | 1 | 0.62 | 0 | 0.49 | 216.92 | 1 | 0.25 |
| Hex | 0 | 32 | 82 | 64 | 3E | 0 | 31 | D9 | 64 | 19 |
| Octal | 0 | 62 | 202 | 144 | 76 | 0 | 61 | 331 | 144 | 31 |
| Binary | 0 | 110010 | 10000010 | 1100100 | 111110 | 0 | 110001 | 11011001 | 1100100 | 11001 |
Color Harmonies of #003282
Complementary color
Monochromatic Colors of #003282
Black with #003282
Text Example
Text Example
White with #003282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003282; }
p { color: rgb(0,50,130); }
H1.HeaderClassName
{
color: #003282;
}
.AnyTagClassName
{
color: #003282;
}
</style>
background-color css
<style>
a { background-color: #003282; }
a { background-color: rgb(0,50,130); }
div.DivClassName
{
background-color: #003282;
}
.BgClassName
{
background-color: #003282;
}
</style>
border-color css
<style>
span { border-color: #003282; }
span { border-color: rgb(0,50,130); }
td.TdClassName
{
border-color: #003282;
}
.TagClassName
{
border-color: #003282;
}
</style>