Shades of Smalt #03298B
Tints of Smalt #03298B
RGB
CMYK
RGB Variations
Color information
#03298B (or 0x03298B) is known color: Smalt. HEX triplet: 03, 29 and 8B. RGB value is (3,41,139). Sum of RGB (Red+Green+Blue) = 3+41+139=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #03298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03298B is #FCD674. Grayscale: #282828. Windows color (decimal): -16569973 or 9120003. OLE color: 9120003.
HSL color Cylindrical-coordinate representation of color #03298B: hue angle of 223.24º 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 #03298B is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 41 | 139 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.45 |
| HSL | 223.24º | 0.96% | 0.28% | - |
| HSV(B) | 223.24º | 0.98% | 0.55% | - |
| XYZ | 5.49 | 3.47 | 24.81 | - |
| YUV | 40.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 139 | 0.98 | 0.71 | 0 | 0.45 | 223.24 | 0.96 | 0.28 |
| Hex | 3 | 29 | 8B | 62 | 47 | 0 | 2D | DF | 60 | 1C |
| Octal | 3 | 51 | 213 | 142 | 107 | 0 | 55 | 337 | 140 | 34 |
| Binary | 11 | 101001 | 10001011 | 1100010 | 1000111 | 0 | 101101 | 11011111 | 1100000 | 11100 |
Color Harmonies of #03298B
Complementary color
Monochromatic Colors of #03298B
Black with #03298B
Text Example
Text Example
White with #03298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03298B; }
p { color: rgb(3,41,139); }
H1.HeaderClassName
{
color: #03298B;
}
.AnyTagClassName
{
color: #03298B;
}
</style>
background-color css
<style>
a { background-color: #03298B; }
a { background-color: rgb(3,41,139); }
div.DivClassName
{
background-color: #03298B;
}
.BgClassName
{
background-color: #03298B;
}
</style>
border-color css
<style>
span { border-color: #03298B; }
span { border-color: rgb(3,41,139); }
td.TdClassName
{
border-color: #03298B;
}
.TagClassName
{
border-color: #03298B;
}
</style>