Shades of Smalt #00388D
Tints of Smalt #00388D
RGB
CMYK
RGB Variations
Color information
#00388D (or 0x00388D) is known color: Smalt. HEX triplet: 00, 38 and 8D. RGB value is (0,56,141). Sum of RGB (Red+Green+Blue) = 0+56+141=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #00388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00388D is #FFC772. Grayscale: #303030. Windows color (decimal): -16762739 or 9254912. OLE color: 9254912.
HSL color Cylindrical-coordinate representation of color #00388D: hue angle of 216.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00388D is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 56 | 141 | - |
| CMYK | 1 | 0.60 | 0 | 0.45 |
| HSL | 216.17º | 1% | 0.28% | - |
| HSV(B) | 216.17º | 1% | 0.55% | - |
| XYZ | 6.22 | 4.75 | 25.79 | - |
| YUV | 48.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 141 | 1 | 0.60 | 0 | 0.45 | 216.17 | 1 | 0.28 |
| Hex | 0 | 38 | 8D | 64 | 3C | 0 | 2D | D8 | 64 | 1C |
| Octal | 0 | 70 | 215 | 144 | 74 | 0 | 55 | 330 | 144 | 34 |
| Binary | 0 | 111000 | 10001101 | 1100100 | 111100 | 0 | 101101 | 11011000 | 1100100 | 11100 |
Color Harmonies of #00388D
Complementary color
Monochromatic Colors of #00388D
Black with #00388D
Text Example
Text Example
White with #00388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00388D; }
p { color: rgb(0,56,141); }
H1.HeaderClassName
{
color: #00388D;
}
.AnyTagClassName
{
color: #00388D;
}
</style>
background-color css
<style>
a { background-color: #00388D; }
a { background-color: rgb(0,56,141); }
div.DivClassName
{
background-color: #00388D;
}
.BgClassName
{
background-color: #00388D;
}
</style>
border-color css
<style>
span { border-color: #00388D; }
span { border-color: rgb(0,56,141); }
td.TdClassName
{
border-color: #00388D;
}
.TagClassName
{
border-color: #00388D;
}
</style>