Shades of Smalt #03379B
Tints of Smalt #03379B
RGB
CMYK
RGB Variations
Color information
#03379B (or 0x03379B) is known color: Smalt. HEX triplet: 03, 37 and 9B. RGB value is (3,55,155). Sum of RGB (Red+Green+Blue) = 3+55+155=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #03379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03379B is #FCC864. Grayscale: #323232. Windows color (decimal): -16566373 or 10172163. OLE color: 10172163.
HSL color Cylindrical-coordinate representation of color #03379B: hue angle of 219.47º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03379B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 55 | 155 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.39 |
| HSL | 219.47º | 0.96% | 0.31% | - |
| HSV(B) | 219.47º | 0.98% | 0.61% | - |
| XYZ | 7.32 | 5.12 | 31.61 | - |
| YUV | 50.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 155 | 0.98 | 0.65 | 0 | 0.39 | 219.47 | 0.96 | 0.31 |
| Hex | 3 | 37 | 9B | 62 | 41 | 0 | 27 | DB | 60 | 1F |
| Octal | 3 | 67 | 233 | 142 | 101 | 0 | 47 | 333 | 140 | 37 |
| Binary | 11 | 110111 | 10011011 | 1100010 | 1000001 | 0 | 100111 | 11011011 | 1100000 | 11111 |
Color Harmonies of #03379B
Complementary color
Monochromatic Colors of #03379B
Black with #03379B
Text Example
Text Example
White with #03379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03379B; }
p { color: rgb(3,55,155); }
H1.HeaderClassName
{
color: #03379B;
}
.AnyTagClassName
{
color: #03379B;
}
</style>
background-color css
<style>
a { background-color: #03379B; }
a { background-color: rgb(3,55,155); }
div.DivClassName
{
background-color: #03379B;
}
.BgClassName
{
background-color: #03379B;
}
</style>
border-color css
<style>
span { border-color: #03379B; }
span { border-color: rgb(3,55,155); }
td.TdClassName
{
border-color: #03379B;
}
.TagClassName
{
border-color: #03379B;
}
</style>