Shades of Smalt Blue #436068
Tints of Smalt Blue #436068
RGB
CMYK
RGB Variations
Color information
#436068 (or 0x436068) is known color: Smalt Blue. HEX triplet: 43, 60 and 68. RGB value is (67,96,104). Sum of RGB (Red+Green+Blue) = 67+96+104=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #436068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436068 is #BC9F97. Grayscale: #585858. Windows color (decimal): -12361624 or 6840387. OLE color: 6840387.
HSL color Cylindrical-coordinate representation of color #436068: hue angle of 192.97º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #436068 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 96 | 104 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.59 |
| HSL | 192.97º | 0.22% | 0.34% | - |
| HSV(B) | 192.97º | 0.36% | 0.41% | - |
| XYZ | 9 | 10.56 | 14.66 | - |
| YUV | 88.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 104 | 0.36 | 0.08 | 0 | 0.59 | 192.97 | 0.22 | 0.34 |
| Hex | 43 | 60 | 68 | 24 | 8 | 0 | 3B | C1 | 16 | 22 |
| Octal | 103 | 140 | 150 | 44 | 10 | 0 | 73 | 301 | 26 | 42 |
| Binary | 1000011 | 1100000 | 1101000 | 100100 | 1000 | 0 | 111011 | 11000001 | 10110 | 100010 |
Color Harmonies of #436068
Complementary color
Monochromatic Colors of #436068
Black with #436068
Text Example
Text Example
White with #436068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436068; }
p { color: rgb(67,96,104); }
H1.HeaderClassName
{
color: #436068;
}
.AnyTagClassName
{
color: #436068;
}
</style>
background-color css
<style>
a { background-color: #436068; }
a { background-color: rgb(67,96,104); }
div.DivClassName
{
background-color: #436068;
}
.BgClassName
{
background-color: #436068;
}
</style>
border-color css
<style>
span { border-color: #436068; }
span { border-color: rgb(67,96,104); }
td.TdClassName
{
border-color: #436068;
}
.TagClassName
{
border-color: #436068;
}
</style>