Shades of Smalt Blue #3D636F
Tints of Smalt Blue #3D636F
RGB
CMYK
RGB Variations
Color information
#3D636F (or 0x3D636F) is known color: Smalt Blue. HEX triplet: 3D, 63 and 6F. RGB value is (61,99,111). Sum of RGB (Red+Green+Blue) = 61+99+111=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D636F is #C29C90. Grayscale: #585858. Windows color (decimal): -12754065 or 7299901. OLE color: 7299901.
HSL color Cylindrical-coordinate representation of color #3D636F: hue angle of 194.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D636F is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 99 | 111 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.56 |
| HSL | 194.4º | 0.29% | 0.34% | - |
| HSV(B) | 194.4º | 0.45% | 0.44% | - |
| XYZ | 9.26 | 11.06 | 16.69 | - |
| YUV | 89.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 111 | 0.45 | 0.11 | 0 | 0.56 | 194.4 | 0.29 | 0.34 |
| Hex | 3D | 63 | 6F | 2D | B | 0 | 38 | C2 | 1D | 22 |
| Octal | 75 | 143 | 157 | 55 | 13 | 0 | 70 | 302 | 35 | 42 |
| Binary | 111101 | 1100011 | 1101111 | 101101 | 1011 | 0 | 111000 | 11000010 | 11101 | 100010 |
Color Harmonies of #3D636F
Complementary color
Monochromatic Colors of #3D636F
Black with #3D636F
Text Example
Text Example
White with #3D636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D636F; }
p { color: rgb(61,99,111); }
H1.HeaderClassName
{
color: #3D636F;
}
.AnyTagClassName
{
color: #3D636F;
}
</style>
background-color css
<style>
a { background-color: #3D636F; }
a { background-color: rgb(61,99,111); }
div.DivClassName
{
background-color: #3D636F;
}
.BgClassName
{
background-color: #3D636F;
}
</style>
border-color css
<style>
span { border-color: #3D636F; }
span { border-color: rgb(61,99,111); }
td.TdClassName
{
border-color: #3D636F;
}
.TagClassName
{
border-color: #3D636F;
}
</style>