Shades of Smalt #03308D
Tints of Smalt #03308D
RGB
CMYK
RGB Variations
Color information
#03308D (or 0x03308D) is known color: Smalt. HEX triplet: 03, 30 and 8D. RGB value is (3,48,141). Sum of RGB (Red+Green+Blue) = 3+48+141=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #03308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03308D is #FCCF72. Grayscale: #2C2C2C. Windows color (decimal): -16568179 or 9252867. OLE color: 9252867.
HSL color Cylindrical-coordinate representation of color #03308D: hue angle of 220.43º 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 #03308D is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 48 | 141 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.45 |
| HSL | 220.43º | 0.96% | 0.28% | - |
| HSV(B) | 220.43º | 0.98% | 0.55% | - |
| XYZ | 5.9 | 4.06 | 25.67 | - |
| YUV | 45.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 141 | 0.98 | 0.66 | 0 | 0.45 | 220.43 | 0.96 | 0.28 |
| Hex | 3 | 30 | 8D | 62 | 42 | 0 | 2D | DC | 60 | 1C |
| Octal | 3 | 60 | 215 | 142 | 102 | 0 | 55 | 334 | 140 | 34 |
| Binary | 11 | 110000 | 10001101 | 1100010 | 1000010 | 0 | 101101 | 11011100 | 1100000 | 11100 |
Color Harmonies of #03308D
Complementary color
Monochromatic Colors of #03308D
Black with #03308D
Text Example
Text Example
White with #03308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03308D; }
p { color: rgb(3,48,141); }
H1.HeaderClassName
{
color: #03308D;
}
.AnyTagClassName
{
color: #03308D;
}
</style>
background-color css
<style>
a { background-color: #03308D; }
a { background-color: rgb(3,48,141); }
div.DivClassName
{
background-color: #03308D;
}
.BgClassName
{
background-color: #03308D;
}
</style>
border-color css
<style>
span { border-color: #03308D; }
span { border-color: rgb(3,48,141); }
td.TdClassName
{
border-color: #03308D;
}
.TagClassName
{
border-color: #03308D;
}
</style>