Shades of Smalt #03389D
Tints of Smalt #03389D
RGB
CMYK
RGB Variations
Color information
#03389D (or 0x03389D) is known color: Smalt. HEX triplet: 03, 38 and 9D. RGB value is (3,56,157). Sum of RGB (Red+Green+Blue) = 3+56+157=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #03389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03389D is #FCC762. Grayscale: #333333. Windows color (decimal): -16566115 or 10303491. OLE color: 10303491.
HSL color Cylindrical-coordinate representation of color #03389D: hue angle of 219.35º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03389D is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 56 | 157 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.38 |
| HSL | 219.35º | 0.96% | 0.31% | - |
| HSV(B) | 219.35º | 0.98% | 0.62% | - |
| XYZ | 7.54 | 5.28 | 32.52 | - |
| YUV | 51.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 157 | 0.98 | 0.64 | 0 | 0.38 | 219.35 | 0.96 | 0.31 |
| Hex | 3 | 38 | 9D | 62 | 40 | 0 | 26 | DB | 60 | 1F |
| Octal | 3 | 70 | 235 | 142 | 100 | 0 | 46 | 333 | 140 | 37 |
| Binary | 11 | 111000 | 10011101 | 1100010 | 1000000 | 0 | 100110 | 11011011 | 1100000 | 11111 |
Color Harmonies of #03389D
Complementary color
Monochromatic Colors of #03389D
Black with #03389D
Text Example
Text Example
White with #03389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03389D; }
p { color: rgb(3,56,157); }
H1.HeaderClassName
{
color: #03389D;
}
.AnyTagClassName
{
color: #03389D;
}
</style>
background-color css
<style>
a { background-color: #03389D; }
a { background-color: rgb(3,56,157); }
div.DivClassName
{
background-color: #03389D;
}
.BgClassName
{
background-color: #03389D;
}
</style>
border-color css
<style>
span { border-color: #03389D; }
span { border-color: rgb(3,56,157); }
td.TdClassName
{
border-color: #03389D;
}
.TagClassName
{
border-color: #03389D;
}
</style>