Shades of Smalt Blue #436268
Tints of Smalt Blue #436268
RGB
CMYK
RGB Variations
Color information
#436268 (or 0x436268) is known color: Smalt Blue. HEX triplet: 43, 62 and 68. RGB value is (67,98,104). Sum of RGB (Red+Green+Blue) = 67+98+104=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #436268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436268 is #BC9D97. Grayscale: #595959. Windows color (decimal): -12361112 or 6840899. OLE color: 6840899.
HSL color Cylindrical-coordinate representation of color #436268: hue angle of 189.73º 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 #436268 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 98 | 104 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.59 |
| HSL | 189.73º | 0.22% | 0.34% | - |
| HSV(B) | 189.73º | 0.36% | 0.41% | - |
| XYZ | 9.18 | 10.93 | 14.72 | - |
| YUV | 89.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 104 | 0.36 | 0.06 | 0 | 0.59 | 189.73 | 0.22 | 0.34 |
| Hex | 43 | 62 | 68 | 24 | 6 | 0 | 3B | BE | 16 | 22 |
| Octal | 103 | 142 | 150 | 44 | 6 | 0 | 73 | 276 | 26 | 42 |
| Binary | 1000011 | 1100010 | 1101000 | 100100 | 110 | 0 | 111011 | 10111110 | 10110 | 100010 |
Color Harmonies of #436268
Complementary color
Monochromatic Colors of #436268
Black with #436268
Text Example
Text Example
White with #436268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436268; }
p { color: rgb(67,98,104); }
H1.HeaderClassName
{
color: #436268;
}
.AnyTagClassName
{
color: #436268;
}
</style>
background-color css
<style>
a { background-color: #436268; }
a { background-color: rgb(67,98,104); }
div.DivClassName
{
background-color: #436268;
}
.BgClassName
{
background-color: #436268;
}
</style>
border-color css
<style>
span { border-color: #436268; }
span { border-color: rgb(67,98,104); }
td.TdClassName
{
border-color: #436268;
}
.TagClassName
{
border-color: #436268;
}
</style>