Shades of Smalt Blue #3F636A
Tints of Smalt Blue #3F636A
RGB
CMYK
RGB Variations
Color information
#3F636A (or 0x3F636A) is known color: Smalt Blue. HEX triplet: 3F, 63 and 6A. RGB value is (63,99,106). Sum of RGB (Red+Green+Blue) = 63+99+106=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F636A is #C09C95. Grayscale: #585858. Windows color (decimal): -12622998 or 6972223. OLE color: 6972223.
HSL color Cylindrical-coordinate representation of color #3F636A: hue angle of 189.77º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F636A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 99 | 106 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.58 |
| HSL | 189.77º | 0.25% | 0.33% | - |
| HSV(B) | 189.77º | 0.41% | 0.42% | - |
| XYZ | 9.11 | 11.02 | 15.28 | - |
| YUV | 89.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 106 | 0.41 | 0.07 | 0 | 0.58 | 189.77 | 0.25 | 0.33 |
| Hex | 3F | 63 | 6A | 29 | 7 | 0 | 3A | BE | 19 | 21 |
| Octal | 77 | 143 | 152 | 51 | 7 | 0 | 72 | 276 | 31 | 41 |
| Binary | 111111 | 1100011 | 1101010 | 101001 | 111 | 0 | 111010 | 10111110 | 11001 | 100001 |
Color Harmonies of #3F636A
Complementary color
Monochromatic Colors of #3F636A
Black with #3F636A
Text Example
Text Example
White with #3F636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F636A; }
p { color: rgb(63,99,106); }
H1.HeaderClassName
{
color: #3F636A;
}
.AnyTagClassName
{
color: #3F636A;
}
</style>
background-color css
<style>
a { background-color: #3F636A; }
a { background-color: rgb(63,99,106); }
div.DivClassName
{
background-color: #3F636A;
}
.BgClassName
{
background-color: #3F636A;
}
</style>
border-color css
<style>
span { border-color: #3F636A; }
span { border-color: rgb(63,99,106); }
td.TdClassName
{
border-color: #3F636A;
}
.TagClassName
{
border-color: #3F636A;
}
</style>