Shades of Smalt #03288D
Tints of Smalt #03288D
RGB
CMYK
RGB Variations
Color information
#03288D (or 0x03288D) is known color: Smalt. HEX triplet: 03, 28 and 8D. RGB value is (3,40,141). Sum of RGB (Red+Green+Blue) = 3+40+141=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #03288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03288D is #FCD772. Grayscale: #282828. Windows color (decimal): -16570227 or 9250819. OLE color: 9250819.
HSL color Cylindrical-coordinate representation of color #03288D: hue angle of 223.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03288D is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 40 | 141 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.45 |
| HSL | 223.91º | 0.96% | 0.28% | - |
| HSV(B) | 223.91º | 0.98% | 0.55% | - |
| XYZ | 5.6 | 3.46 | 25.57 | - |
| YUV | 40.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 141 | 0.98 | 0.72 | 0 | 0.45 | 223.91 | 0.96 | 0.28 |
| Hex | 3 | 28 | 8D | 62 | 48 | 0 | 2D | E0 | 60 | 1C |
| Octal | 3 | 50 | 215 | 142 | 110 | 0 | 55 | 340 | 140 | 34 |
| Binary | 11 | 101000 | 10001101 | 1100010 | 1001000 | 0 | 101101 | 11100000 | 1100000 | 11100 |
Color Harmonies of #03288D
Complementary color
Monochromatic Colors of #03288D
Black with #03288D
Text Example
Text Example
White with #03288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03288D; }
p { color: rgb(3,40,141); }
H1.HeaderClassName
{
color: #03288D;
}
.AnyTagClassName
{
color: #03288D;
}
</style>
background-color css
<style>
a { background-color: #03288D; }
a { background-color: rgb(3,40,141); }
div.DivClassName
{
background-color: #03288D;
}
.BgClassName
{
background-color: #03288D;
}
</style>
border-color css
<style>
span { border-color: #03288D; }
span { border-color: rgb(3,40,141); }
td.TdClassName
{
border-color: #03288D;
}
.TagClassName
{
border-color: #03288D;
}
</style>