Shades of Smalt Blue #425F68
Tints of Smalt Blue #425F68
RGB
CMYK
RGB Variations
Color information
#425F68 (or 0x425F68) is known color: Smalt Blue. HEX triplet: 42, 5F and 68. RGB value is (66,95,104). Sum of RGB (Red+Green+Blue) = 66+95+104=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #425F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F68 is #BDA097. Grayscale: #575757. Windows color (decimal): -12427416 or 6840130. OLE color: 6840130.
HSL color Cylindrical-coordinate representation of color #425F68: hue angle of 194.21º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425F68 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 95 | 104 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.59 |
| HSL | 194.21º | 0.22% | 0.33% | - |
| HSV(B) | 194.21º | 0.37% | 0.41% | - |
| XYZ | 8.84 | 10.34 | 14.63 | - |
| YUV | 87.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 104 | 0.37 | 0.09 | 0 | 0.59 | 194.21 | 0.22 | 0.33 |
| Hex | 42 | 5F | 68 | 25 | 9 | 0 | 3B | C2 | 16 | 21 |
| Octal | 102 | 137 | 150 | 45 | 11 | 0 | 73 | 302 | 26 | 41 |
| Binary | 1000010 | 1011111 | 1101000 | 100101 | 1001 | 0 | 111011 | 11000010 | 10110 | 100001 |
Color Harmonies of #425F68
Complementary color
Monochromatic Colors of #425F68
Black with #425F68
Text Example
Text Example
White with #425F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F68; }
p { color: rgb(66,95,104); }
H1.HeaderClassName
{
color: #425F68;
}
.AnyTagClassName
{
color: #425F68;
}
</style>
background-color css
<style>
a { background-color: #425F68; }
a { background-color: rgb(66,95,104); }
div.DivClassName
{
background-color: #425F68;
}
.BgClassName
{
background-color: #425F68;
}
</style>
border-color css
<style>
span { border-color: #425F68; }
span { border-color: rgb(66,95,104); }
td.TdClassName
{
border-color: #425F68;
}
.TagClassName
{
border-color: #425F68;
}
</style>