Shades of Smalt #00379B
Tints of Smalt #00379B
RGB
CMYK
RGB Variations
Color information
#00379B (or 0x00379B) is known color: Smalt. HEX triplet: 00, 37 and 9B. RGB value is (0,55,155). Sum of RGB (Red+Green+Blue) = 0+55+155=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #00379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00379B is #FFC864. Grayscale: #313131. Windows color (decimal): -16762981 or 10172160. OLE color: 10172160.
HSL color Cylindrical-coordinate representation of color #00379B: hue angle of 218.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00379B is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 55 | 155 | - |
| CMYK | 1 | 0.65 | 0 | 0.39 |
| HSL | 218.71º | 1% | 0.3% | - |
| HSV(B) | 218.71º | 1% | 0.61% | - |
| XYZ | 7.28 | 5.1 | 31.61 | - |
| YUV | 49.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 155 | 1 | 0.65 | 0 | 0.39 | 218.71 | 1 | 0.3 |
| Hex | 0 | 37 | 9B | 64 | 41 | 0 | 27 | DB | 64 | 1E |
| Octal | 0 | 67 | 233 | 144 | 101 | 0 | 47 | 333 | 144 | 36 |
| Binary | 0 | 110111 | 10011011 | 1100100 | 1000001 | 0 | 100111 | 11011011 | 1100100 | 11110 |
Color Harmonies of #00379B
Complementary color
Monochromatic Colors of #00379B
Black with #00379B
Text Example
Text Example
White with #00379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00379B; }
p { color: rgb(0,55,155); }
H1.HeaderClassName
{
color: #00379B;
}
.AnyTagClassName
{
color: #00379B;
}
</style>
background-color css
<style>
a { background-color: #00379B; }
a { background-color: rgb(0,55,155); }
div.DivClassName
{
background-color: #00379B;
}
.BgClassName
{
background-color: #00379B;
}
</style>
border-color css
<style>
span { border-color: #00379B; }
span { border-color: rgb(0,55,155); }
td.TdClassName
{
border-color: #00379B;
}
.TagClassName
{
border-color: #00379B;
}
</style>