Shades of Smalt #00378B
Tints of Smalt #00378B
RGB
CMYK
RGB Variations
Color information
#00378B (or 0x00378B) is known color: Smalt. HEX triplet: 00, 37 and 8B. RGB value is (0,55,139). Sum of RGB (Red+Green+Blue) = 0+55+139=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #00378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00378B is #FFC874. Grayscale: #2F2F2F. Windows color (decimal): -16762997 or 9123584. OLE color: 9123584.
HSL color Cylindrical-coordinate representation of color #00378B: hue angle of 216.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00378B is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 55 | 139 | - |
| CMYK | 1 | 0.60 | 0 | 0.45 |
| HSL | 216.26º | 1% | 0.27% | - |
| HSV(B) | 216.26º | 1% | 0.55% | - |
| XYZ | 6.03 | 4.6 | 25 | - |
| YUV | 48.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 139 | 1 | 0.60 | 0 | 0.45 | 216.26 | 1 | 0.27 |
| Hex | 0 | 37 | 8B | 64 | 3C | 0 | 2D | D8 | 64 | 1B |
| Octal | 0 | 67 | 213 | 144 | 74 | 0 | 55 | 330 | 144 | 33 |
| Binary | 0 | 110111 | 10001011 | 1100100 | 111100 | 0 | 101101 | 11011000 | 1100100 | 11011 |
Color Harmonies of #00378B
Complementary color
Monochromatic Colors of #00378B
Black with #00378B
Text Example
Text Example
White with #00378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00378B; }
p { color: rgb(0,55,139); }
H1.HeaderClassName
{
color: #00378B;
}
.AnyTagClassName
{
color: #00378B;
}
</style>
background-color css
<style>
a { background-color: #00378B; }
a { background-color: rgb(0,55,139); }
div.DivClassName
{
background-color: #00378B;
}
.BgClassName
{
background-color: #00378B;
}
</style>
border-color css
<style>
span { border-color: #00378B; }
span { border-color: rgb(0,55,139); }
td.TdClassName
{
border-color: #00378B;
}
.TagClassName
{
border-color: #00378B;
}
</style>