Shades of Smalt Blue #435F68
Tints of Smalt Blue #435F68
RGB
CMYK
RGB Variations
Color information
#435F68 (or 0x435F68) is known color: Smalt Blue. HEX triplet: 43, 5F and 68. RGB value is (67,95,104). Sum of RGB (Red+Green+Blue) = 67+95+104=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #435F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F68 is #BCA097. Grayscale: #575757. Windows color (decimal): -12361880 or 6840131. OLE color: 6840131.
HSL color Cylindrical-coordinate representation of color #435F68: hue angle of 194.59º 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 #435F68 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 95 | 104 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.59 |
| HSL | 194.59º | 0.22% | 0.34% | - |
| HSV(B) | 194.59º | 0.36% | 0.41% | - |
| XYZ | 8.91 | 10.38 | 14.63 | - |
| YUV | 87.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 104 | 0.36 | 0.09 | 0 | 0.59 | 194.59 | 0.22 | 0.34 |
| Hex | 43 | 5F | 68 | 24 | 9 | 0 | 3B | C3 | 16 | 22 |
| Octal | 103 | 137 | 150 | 44 | 11 | 0 | 73 | 303 | 26 | 42 |
| Binary | 1000011 | 1011111 | 1101000 | 100100 | 1001 | 0 | 111011 | 11000011 | 10110 | 100010 |
Color Harmonies of #435F68
Complementary color
Monochromatic Colors of #435F68
Black with #435F68
Text Example
Text Example
White with #435F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F68; }
p { color: rgb(67,95,104); }
H1.HeaderClassName
{
color: #435F68;
}
.AnyTagClassName
{
color: #435F68;
}
</style>
background-color css
<style>
a { background-color: #435F68; }
a { background-color: rgb(67,95,104); }
div.DivClassName
{
background-color: #435F68;
}
.BgClassName
{
background-color: #435F68;
}
</style>
border-color css
<style>
span { border-color: #435F68; }
span { border-color: rgb(67,95,104); }
td.TdClassName
{
border-color: #435F68;
}
.TagClassName
{
border-color: #435F68;
}
</style>