Shades of Smalt #003283
Tints of Smalt #003283
RGB
CMYK
RGB Variations
Color information
#003283 (or 0x003283) is known color: Smalt. HEX triplet: 00, 32 and 83. RGB value is (0,50,131). Sum of RGB (Red+Green+Blue) = 0+50+131=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #003283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003283 is #FFCD7C. Grayscale: #2B2B2B. Windows color (decimal): -16764285 or 8598016. OLE color: 8598016.
HSL color Cylindrical-coordinate representation of color #003283: hue angle of 217.1º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003283 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 50 | 131 | - |
| CMYK | 1 | 0.62 | 0 | 0.49 |
| HSL | 217.1º | 1% | 0.26% | - |
| HSV(B) | 217.1º | 1% | 0.51% | - |
| XYZ | 5.24 | 3.92 | 21.95 | - |
| YUV | 44.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 131 | 1 | 0.62 | 0 | 0.49 | 217.1 | 1 | 0.26 |
| Hex | 0 | 32 | 83 | 64 | 3E | 0 | 31 | D9 | 64 | 1A |
| Octal | 0 | 62 | 203 | 144 | 76 | 0 | 61 | 331 | 144 | 32 |
| Binary | 0 | 110010 | 10000011 | 1100100 | 111110 | 0 | 110001 | 11011001 | 1100100 | 11010 |
Color Harmonies of #003283
Complementary color
Monochromatic Colors of #003283
Black with #003283
Text Example
Text Example
White with #003283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003283; }
p { color: rgb(0,50,131); }
H1.HeaderClassName
{
color: #003283;
}
.AnyTagClassName
{
color: #003283;
}
</style>
background-color css
<style>
a { background-color: #003283; }
a { background-color: rgb(0,50,131); }
div.DivClassName
{
background-color: #003283;
}
.BgClassName
{
background-color: #003283;
}
</style>
border-color css
<style>
span { border-color: #003283; }
span { border-color: rgb(0,50,131); }
td.TdClassName
{
border-color: #003283;
}
.TagClassName
{
border-color: #003283;
}
</style>