Shades of Smalt #00338C
Tints of Smalt #00338C
RGB
CMYK
RGB Variations
Color information
#00338C (or 0x00338C) is known color: Smalt. HEX triplet: 00, 33 and 8C. RGB value is (0,51,140). Sum of RGB (Red+Green+Blue) = 0+51+140=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #00338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00338C is #FFCC73. Grayscale: #2D2D2D. Windows color (decimal): -16764020 or 9188096. OLE color: 9188096.
HSL color Cylindrical-coordinate representation of color #00338C: hue angle of 218.14º 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 #00338C is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 51 | 140 | - |
| CMYK | 1 | 0.64 | 0 | 0.45 |
| HSL | 218.14º | 1% | 0.27% | - |
| HSV(B) | 218.14º | 1% | 0.55% | - |
| XYZ | 5.92 | 4.26 | 25.32 | - |
| YUV | 45.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 140 | 1 | 0.64 | 0 | 0.45 | 218.14 | 1 | 0.27 |
| Hex | 0 | 33 | 8C | 64 | 40 | 0 | 2D | DA | 64 | 1B |
| Octal | 0 | 63 | 214 | 144 | 100 | 0 | 55 | 332 | 144 | 33 |
| Binary | 0 | 110011 | 10001100 | 1100100 | 1000000 | 0 | 101101 | 11011010 | 1100100 | 11011 |
Color Harmonies of #00338C
Complementary color
Monochromatic Colors of #00338C
Black with #00338C
Text Example
Text Example
White with #00338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00338C; }
p { color: rgb(0,51,140); }
H1.HeaderClassName
{
color: #00338C;
}
.AnyTagClassName
{
color: #00338C;
}
</style>
background-color css
<style>
a { background-color: #00338C; }
a { background-color: rgb(0,51,140); }
div.DivClassName
{
background-color: #00338C;
}
.BgClassName
{
background-color: #00338C;
}
</style>
border-color css
<style>
span { border-color: #00338C; }
span { border-color: rgb(0,51,140); }
td.TdClassName
{
border-color: #00338C;
}
.TagClassName
{
border-color: #00338C;
}
</style>