Shades of Smalt #00389A
Tints of Smalt #00389A
RGB
CMYK
RGB Variations
Color information
#00389A (or 0x00389A) is known color: Smalt. HEX triplet: 00, 38 and 9A. RGB value is (0,56,154). Sum of RGB (Red+Green+Blue) = 0+56+154=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #00389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00389A is #FFC765. Grayscale: #313131. Windows color (decimal): -16762726 or 10106880. OLE color: 10106880.
HSL color Cylindrical-coordinate representation of color #00389A: hue angle of 218.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00389A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 56 | 154 | - |
| CMYK | 1 | 0.64 | 0 | 0.40 |
| HSL | 218.18º | 1% | 0.3% | - |
| HSV(B) | 218.18º | 1% | 0.6% | - |
| XYZ | 7.25 | 5.16 | 31.19 | - |
| YUV | 50.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 154 | 1 | 0.64 | 0 | 0.40 | 218.18 | 1 | 0.3 |
| Hex | 0 | 38 | 9A | 64 | 40 | 0 | 28 | DA | 64 | 1E |
| Octal | 0 | 70 | 232 | 144 | 100 | 0 | 50 | 332 | 144 | 36 |
| Binary | 0 | 111000 | 10011010 | 1100100 | 1000000 | 0 | 101000 | 11011010 | 1100100 | 11110 |
Color Harmonies of #00389A
Complementary color
Monochromatic Colors of #00389A
Black with #00389A
Text Example
Text Example
White with #00389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00389A; }
p { color: rgb(0,56,154); }
H1.HeaderClassName
{
color: #00389A;
}
.AnyTagClassName
{
color: #00389A;
}
</style>
background-color css
<style>
a { background-color: #00389A; }
a { background-color: rgb(0,56,154); }
div.DivClassName
{
background-color: #00389A;
}
.BgClassName
{
background-color: #00389A;
}
</style>
border-color css
<style>
span { border-color: #00389A; }
span { border-color: rgb(0,56,154); }
td.TdClassName
{
border-color: #00389A;
}
.TagClassName
{
border-color: #00389A;
}
</style>