Shades of Smalt #07349D
Tints of Smalt #07349D
RGB
CMYK
RGB Variations
Color information
#07349D (or 0x07349D) is known color: Smalt. HEX triplet: 07, 34 and 9D. RGB value is (7,52,157). Sum of RGB (Red+Green+Blue) = 7+52+157=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #07349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07349D is #F8CB62. Grayscale: #323232. Windows color (decimal): -16304995 or 10302471. OLE color: 10302471.
HSL color Cylindrical-coordinate representation of color #07349D: hue angle of 222º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07349D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 52 | 157 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.38 |
| HSL | 222º | 0.91% | 0.32% | - |
| HSV(B) | 222º | 0.96% | 0.62% | - |
| XYZ | 7.4 | 4.94 | 32.46 | - |
| YUV | 50.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 157 | 0.96 | 0.67 | 0 | 0.38 | 222 | 0.91 | 0.32 |
| Hex | 7 | 34 | 9D | 60 | 43 | 0 | 26 | DE | 5B | 20 |
| Octal | 7 | 64 | 235 | 140 | 103 | 0 | 46 | 336 | 133 | 40 |
| Binary | 111 | 110100 | 10011101 | 1100000 | 1000011 | 0 | 100110 | 11011110 | 1011011 | 100000 |
Color Harmonies of #07349D
Complementary color
Monochromatic Colors of #07349D
Black with #07349D
Text Example
Text Example
White with #07349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07349D; }
p { color: rgb(7,52,157); }
H1.HeaderClassName
{
color: #07349D;
}
.AnyTagClassName
{
color: #07349D;
}
</style>
background-color css
<style>
a { background-color: #07349D; }
a { background-color: rgb(7,52,157); }
div.DivClassName
{
background-color: #07349D;
}
.BgClassName
{
background-color: #07349D;
}
</style>
border-color css
<style>
span { border-color: #07349D; }
span { border-color: rgb(7,52,157); }
td.TdClassName
{
border-color: #07349D;
}
.TagClassName
{
border-color: #07349D;
}
</style>