Shades of Smalt #00388B
Tints of Smalt #00388B
RGB
CMYK
RGB Variations
Color information
#00388B (or 0x00388B) is known color: Smalt. HEX triplet: 00, 38 and 8B. RGB value is (0,56,139). Sum of RGB (Red+Green+Blue) = 0+56+139=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #00388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00388B is #FFC774. Grayscale: #303030. Windows color (decimal): -16762741 or 9123840. OLE color: 9123840.
HSL color Cylindrical-coordinate representation of color #00388B: hue angle of 215.83º 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 #00388B is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 56 | 139 | - |
| CMYK | 1 | 0.60 | 0 | 0.45 |
| HSL | 215.83º | 1% | 0.27% | - |
| HSV(B) | 215.83º | 1% | 0.55% | - |
| XYZ | 6.07 | 4.69 | 25.01 | - |
| YUV | 48.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 139 | 1 | 0.60 | 0 | 0.45 | 215.83 | 1 | 0.27 |
| Hex | 0 | 38 | 8B | 64 | 3C | 0 | 2D | D8 | 64 | 1B |
| Octal | 0 | 70 | 213 | 144 | 74 | 0 | 55 | 330 | 144 | 33 |
| Binary | 0 | 111000 | 10001011 | 1100100 | 111100 | 0 | 101101 | 11011000 | 1100100 | 11011 |
Color Harmonies of #00388B
Complementary color
Monochromatic Colors of #00388B
Black with #00388B
Text Example
Text Example
White with #00388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00388B; }
p { color: rgb(0,56,139); }
H1.HeaderClassName
{
color: #00388B;
}
.AnyTagClassName
{
color: #00388B;
}
</style>
background-color css
<style>
a { background-color: #00388B; }
a { background-color: rgb(0,56,139); }
div.DivClassName
{
background-color: #00388B;
}
.BgClassName
{
background-color: #00388B;
}
</style>
border-color css
<style>
span { border-color: #00388B; }
span { border-color: rgb(0,56,139); }
td.TdClassName
{
border-color: #00388B;
}
.TagClassName
{
border-color: #00388B;
}
</style>