Shades of Smalt #00328A
Tints of Smalt #00328A
RGB
CMYK
RGB Variations
Color information
#00328A (or 0x00328A) is known color: Smalt. HEX triplet: 00, 32 and 8A. RGB value is (0,50,138). Sum of RGB (Red+Green+Blue) = 0+50+138=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #00328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00328A is #FFCD75. Grayscale: #2C2C2C. Windows color (decimal): -16764278 or 9056768. OLE color: 9056768.
HSL color Cylindrical-coordinate representation of color #00328A: hue angle of 218.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00328A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 50 | 138 | - |
| CMYK | 1 | 0.64 | 0 | 0.46 |
| HSL | 218.26º | 1% | 0.27% | - |
| HSV(B) | 218.26º | 1% | 0.54% | - |
| XYZ | 5.73 | 4.12 | 24.54 | - |
| YUV | 45.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 138 | 1 | 0.64 | 0 | 0.46 | 218.26 | 1 | 0.27 |
| Hex | 0 | 32 | 8A | 64 | 40 | 0 | 2E | DA | 64 | 1B |
| Octal | 0 | 62 | 212 | 144 | 100 | 0 | 56 | 332 | 144 | 33 |
| Binary | 0 | 110010 | 10001010 | 1100100 | 1000000 | 0 | 101110 | 11011010 | 1100100 | 11011 |
Color Harmonies of #00328A
Complementary color
Monochromatic Colors of #00328A
Black with #00328A
Text Example
Text Example
White with #00328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00328A; }
p { color: rgb(0,50,138); }
H1.HeaderClassName
{
color: #00328A;
}
.AnyTagClassName
{
color: #00328A;
}
</style>
background-color css
<style>
a { background-color: #00328A; }
a { background-color: rgb(0,50,138); }
div.DivClassName
{
background-color: #00328A;
}
.BgClassName
{
background-color: #00328A;
}
</style>
border-color css
<style>
span { border-color: #00328A; }
span { border-color: rgb(0,50,138); }
td.TdClassName
{
border-color: #00328A;
}
.TagClassName
{
border-color: #00328A;
}
</style>