Shades of Smalt #03388D
Tints of Smalt #03388D
RGB
CMYK
RGB Variations
Color information
#03388D (or 0x03388D) is known color: Smalt. HEX triplet: 03, 38 and 8D. RGB value is (3,56,141). Sum of RGB (Red+Green+Blue) = 3+56+141=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #03388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03388D is #FCC772. Grayscale: #313131. Windows color (decimal): -16566131 or 9254915. OLE color: 9254915.
HSL color Cylindrical-coordinate representation of color #03388D: hue angle of 216.96º 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 #03388D is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 56 | 141 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.45 |
| HSL | 216.96º | 0.96% | 0.28% | - |
| HSV(B) | 216.96º | 0.98% | 0.55% | - |
| XYZ | 6.26 | 4.77 | 25.79 | - |
| YUV | 49.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 141 | 0.98 | 0.60 | 0 | 0.45 | 216.96 | 0.96 | 0.28 |
| Hex | 3 | 38 | 8D | 62 | 3C | 0 | 2D | D9 | 60 | 1C |
| Octal | 3 | 70 | 215 | 142 | 74 | 0 | 55 | 331 | 140 | 34 |
| Binary | 11 | 111000 | 10001101 | 1100010 | 111100 | 0 | 101101 | 11011001 | 1100000 | 11100 |
Color Harmonies of #03388D
Complementary color
Monochromatic Colors of #03388D
Black with #03388D
Text Example
Text Example
White with #03388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03388D; }
p { color: rgb(3,56,141); }
H1.HeaderClassName
{
color: #03388D;
}
.AnyTagClassName
{
color: #03388D;
}
</style>
background-color css
<style>
a { background-color: #03388D; }
a { background-color: rgb(3,56,141); }
div.DivClassName
{
background-color: #03388D;
}
.BgClassName
{
background-color: #03388D;
}
</style>
border-color css
<style>
span { border-color: #03388D; }
span { border-color: rgb(3,56,141); }
td.TdClassName
{
border-color: #03388D;
}
.TagClassName
{
border-color: #03388D;
}
</style>