Shades of Blue Zodiac #3D4056
Tints of Blue Zodiac #3D4056
RGB
CMYK
RGB Variations
Color information
#3D4056 (or 0x3D4056) is known color: Blue Zodiac. HEX triplet: 3D, 40 and 56. RGB value is (61,64,86). Sum of RGB (Red+Green+Blue) = 61+64+86=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4056 is #C2BFA9. Grayscale: #414141. Windows color (decimal): -12763050 or 5652541. OLE color: 5652541.
HSL color Cylindrical-coordinate representation of color #3D4056: hue angle of 232.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D4056 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 64 | 86 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.66 |
| HSL | 232.8º | 0.17% | 0.29% | - |
| HSV(B) | 232.8º | 0.29% | 0.34% | - |
| XYZ | 5.44 | 5.33 | 9.55 | - |
| YUV | 65.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 86 | 0.29 | 0.26 | 0 | 0.66 | 232.8 | 0.17 | 0.29 |
| Hex | 3D | 40 | 56 | 1D | 1A | 0 | 42 | E9 | 11 | 1D |
| Octal | 75 | 100 | 126 | 35 | 32 | 0 | 102 | 351 | 21 | 35 |
| Binary | 111101 | 1000000 | 1010110 | 11101 | 11010 | 0 | 1000010 | 11101001 | 10001 | 11101 |
Color Harmonies of #3D4056
Complementary color
Monochromatic Colors of #3D4056
Black with #3D4056
Text Example
Text Example
White with #3D4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4056; }
p { color: rgb(61,64,86); }
H1.HeaderClassName
{
color: #3D4056;
}
.AnyTagClassName
{
color: #3D4056;
}
</style>
background-color css
<style>
a { background-color: #3D4056; }
a { background-color: rgb(61,64,86); }
div.DivClassName
{
background-color: #3D4056;
}
.BgClassName
{
background-color: #3D4056;
}
</style>
border-color css
<style>
span { border-color: #3D4056; }
span { border-color: rgb(61,64,86); }
td.TdClassName
{
border-color: #3D4056;
}
.TagClassName
{
border-color: #3D4056;
}
</style>