Shades of Smalt #09348E
Tints of Smalt #09348E
RGB
CMYK
RGB Variations
Color information
#09348E (or 0x09348E) is known color: Smalt. HEX triplet: 09, 34 and 8E. RGB value is (9,52,142). Sum of RGB (Red+Green+Blue) = 9+52+142=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #09348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09348E is #F6CB71. Grayscale: #313131. Windows color (decimal): -16173938 or 9319433. OLE color: 9319433.
HSL color Cylindrical-coordinate representation of color #09348E: hue angle of 220.6º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09348E is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 52 | 142 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.44 |
| HSL | 220.6º | 0.88% | 0.3% | - |
| HSV(B) | 220.6º | 0.94% | 0.56% | - |
| XYZ | 6.22 | 4.47 | 26.13 | - |
| YUV | 49.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 142 | 0.94 | 0.63 | 0 | 0.44 | 220.6 | 0.88 | 0.3 |
| Hex | 9 | 34 | 8E | 5E | 3F | 0 | 2C | DD | 58 | 1E |
| Octal | 11 | 64 | 216 | 136 | 77 | 0 | 54 | 335 | 130 | 36 |
| Binary | 1001 | 110100 | 10001110 | 1011110 | 111111 | 0 | 101100 | 11011101 | 1011000 | 11110 |
Color Harmonies of #09348E
Complementary color
Monochromatic Colors of #09348E
Black with #09348E
Text Example
Text Example
White with #09348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09348E; }
p { color: rgb(9,52,142); }
H1.HeaderClassName
{
color: #09348E;
}
.AnyTagClassName
{
color: #09348E;
}
</style>
background-color css
<style>
a { background-color: #09348E; }
a { background-color: rgb(9,52,142); }
div.DivClassName
{
background-color: #09348E;
}
.BgClassName
{
background-color: #09348E;
}
</style>
border-color css
<style>
span { border-color: #09348E; }
span { border-color: rgb(9,52,142); }
td.TdClassName
{
border-color: #09348E;
}
.TagClassName
{
border-color: #09348E;
}
</style>