Shades of Smalt #03398C
Tints of Smalt #03398C
RGB
CMYK
RGB Variations
Color information
#03398C (or 0x03398C) is known color: Smalt. HEX triplet: 03, 39 and 8C. RGB value is (3,57,140). Sum of RGB (Red+Green+Blue) = 3+57+140=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #03398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03398C is #FCC673. Grayscale: #313131. Windows color (decimal): -16565876 or 9189635. OLE color: 9189635.
HSL color Cylindrical-coordinate representation of color #03398C: hue angle of 216.35º 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 #03398C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 57 | 140 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.45 |
| HSL | 216.35º | 0.96% | 0.28% | - |
| HSV(B) | 216.35º | 0.98% | 0.55% | - |
| XYZ | 6.23 | 4.84 | 25.42 | - |
| YUV | 50.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 140 | 0.98 | 0.59 | 0 | 0.45 | 216.35 | 0.96 | 0.28 |
| Hex | 3 | 39 | 8C | 62 | 3B | 0 | 2D | D8 | 60 | 1C |
| Octal | 3 | 71 | 214 | 142 | 73 | 0 | 55 | 330 | 140 | 34 |
| Binary | 11 | 111001 | 10001100 | 1100010 | 111011 | 0 | 101101 | 11011000 | 1100000 | 11100 |
Color Harmonies of #03398C
Complementary color
Monochromatic Colors of #03398C
Black with #03398C
Text Example
Text Example
White with #03398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03398C; }
p { color: rgb(3,57,140); }
H1.HeaderClassName
{
color: #03398C;
}
.AnyTagClassName
{
color: #03398C;
}
</style>
background-color css
<style>
a { background-color: #03398C; }
a { background-color: rgb(3,57,140); }
div.DivClassName
{
background-color: #03398C;
}
.BgClassName
{
background-color: #03398C;
}
</style>
border-color css
<style>
span { border-color: #03398C; }
span { border-color: rgb(3,57,140); }
td.TdClassName
{
border-color: #03398C;
}
.TagClassName
{
border-color: #03398C;
}
</style>