Shades of Smalt #03378B
Tints of Smalt #03378B
RGB
CMYK
RGB Variations
Color information
#03378B (or 0x03378B) is known color: Smalt. HEX triplet: 03, 37 and 8B. RGB value is (3,55,139). Sum of RGB (Red+Green+Blue) = 3+55+139=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #03378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03378B is #FCC874. Grayscale: #303030. Windows color (decimal): -16566389 or 9123587. OLE color: 9123587.
HSL color Cylindrical-coordinate representation of color #03378B: hue angle of 217.06º 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 #03378B is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 55 | 139 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.45 |
| HSL | 217.06º | 0.96% | 0.28% | - |
| HSV(B) | 217.06º | 0.98% | 0.55% | - |
| XYZ | 6.06 | 4.62 | 25 | - |
| YUV | 49.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 139 | 0.98 | 0.60 | 0 | 0.45 | 217.06 | 0.96 | 0.28 |
| Hex | 3 | 37 | 8B | 62 | 3C | 0 | 2D | D9 | 60 | 1C |
| Octal | 3 | 67 | 213 | 142 | 74 | 0 | 55 | 331 | 140 | 34 |
| Binary | 11 | 110111 | 10001011 | 1100010 | 111100 | 0 | 101101 | 11011001 | 1100000 | 11100 |
Color Harmonies of #03378B
Complementary color
Monochromatic Colors of #03378B
Black with #03378B
Text Example
Text Example
White with #03378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03378B; }
p { color: rgb(3,55,139); }
H1.HeaderClassName
{
color: #03378B;
}
.AnyTagClassName
{
color: #03378B;
}
</style>
background-color css
<style>
a { background-color: #03378B; }
a { background-color: rgb(3,55,139); }
div.DivClassName
{
background-color: #03378B;
}
.BgClassName
{
background-color: #03378B;
}
</style>
border-color css
<style>
span { border-color: #03378B; }
span { border-color: rgb(3,55,139); }
td.TdClassName
{
border-color: #03378B;
}
.TagClassName
{
border-color: #03378B;
}
</style>