Shades of Blue Zodiac #3D3F46
Tints of Blue Zodiac #3D3F46
RGB
CMYK
RGB Variations
Color information
#3D3F46 (or 0x3D3F46) is known color: Blue Zodiac. HEX triplet: 3D, 3F and 46. RGB value is (61,63,70). Sum of RGB (Red+Green+Blue) = 61+63+70=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F46 is #C2C0B9. Grayscale: #3F3F3F. Windows color (decimal): -12763322 or 4603709. OLE color: 4603709.
HSL color Cylindrical-coordinate representation of color #3D3F46: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3F46 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 63 | 70 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.73 |
| HSL | 226.67º | 0.07% | 0.26% | - |
| HSV(B) | 226.67º | 0.13% | 0.27% | - |
| XYZ | 4.81 | 4.99 | 6.5 | - |
| YUV | 63.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 70 | 0.13 | 0.10 | 0 | 0.73 | 226.67 | 0.07 | 0.26 |
| Hex | 3D | 3F | 46 | D | A | 0 | 49 | E3 | 7 | 1A |
| Octal | 75 | 77 | 106 | 15 | 12 | 0 | 111 | 343 | 7 | 32 |
| Binary | 111101 | 111111 | 1000110 | 1101 | 1010 | 0 | 1001001 | 11100011 | 111 | 11010 |
Color Harmonies of #3D3F46
Complementary color
Monochromatic Colors of #3D3F46
Black with #3D3F46
Text Example
Text Example
White with #3D3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F46; }
p { color: rgb(61,63,70); }
H1.HeaderClassName
{
color: #3D3F46;
}
.AnyTagClassName
{
color: #3D3F46;
}
</style>
background-color css
<style>
a { background-color: #3D3F46; }
a { background-color: rgb(61,63,70); }
div.DivClassName
{
background-color: #3D3F46;
}
.BgClassName
{
background-color: #3D3F46;
}
</style>
border-color css
<style>
span { border-color: #3D3F46; }
span { border-color: rgb(61,63,70); }
td.TdClassName
{
border-color: #3D3F46;
}
.TagClassName
{
border-color: #3D3F46;
}
</style>