Shades of Smalt Blue #435D63
Tints of Smalt Blue #435D63
RGB
CMYK
RGB Variations
Color information
#435D63 (or 0x435D63) is known color: Smalt Blue. HEX triplet: 43, 5D and 63. RGB value is (67,93,99). Sum of RGB (Red+Green+Blue) = 67+93+99=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #435D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D63 is #BCA29C. Grayscale: #555555. Windows color (decimal): -12362397 or 6511939. OLE color: 6511939.
HSL color Cylindrical-coordinate representation of color #435D63: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #435D63 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 93 | 99 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.61 |
| HSL | 191.25º | 0.19% | 0.33% | - |
| HSV(B) | 191.25º | 0.32% | 0.39% | - |
| XYZ | 8.48 | 9.92 | 13.27 | - |
| YUV | 85.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 99 | 0.32 | 0.06 | 0 | 0.61 | 191.25 | 0.19 | 0.33 |
| Hex | 43 | 5D | 63 | 20 | 6 | 0 | 3D | BF | 13 | 21 |
| Octal | 103 | 135 | 143 | 40 | 6 | 0 | 75 | 277 | 23 | 41 |
| Binary | 1000011 | 1011101 | 1100011 | 100000 | 110 | 0 | 111101 | 10111111 | 10011 | 100001 |
Color Harmonies of #435D63
Complementary color
Monochromatic Colors of #435D63
Black with #435D63
Text Example
Text Example
White with #435D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D63; }
p { color: rgb(67,93,99); }
H1.HeaderClassName
{
color: #435D63;
}
.AnyTagClassName
{
color: #435D63;
}
</style>
background-color css
<style>
a { background-color: #435D63; }
a { background-color: rgb(67,93,99); }
div.DivClassName
{
background-color: #435D63;
}
.BgClassName
{
background-color: #435D63;
}
</style>
border-color css
<style>
span { border-color: #435D63; }
span { border-color: rgb(67,93,99); }
td.TdClassName
{
border-color: #435D63;
}
.TagClassName
{
border-color: #435D63;
}
</style>