Shades of Blue Zodiac #3D4456
Tints of Blue Zodiac #3D4456
RGB
CMYK
RGB Variations
Color information
#3D4456 (or 0x3D4456) is known color: Blue Zodiac. HEX triplet: 3D, 44 and 56. RGB value is (61,68,86). Sum of RGB (Red+Green+Blue) = 61+68+86=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4456 is #C2BBA9. Grayscale: #434343. Windows color (decimal): -12762026 or 5653565. OLE color: 5653565.
HSL color Cylindrical-coordinate representation of color #3D4456: hue angle of 223.2º 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 #3D4456 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 68 | 86 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.66 |
| HSL | 223.2º | 0.17% | 0.29% | - |
| HSV(B) | 223.2º | 0.29% | 0.34% | - |
| XYZ | 5.67 | 5.8 | 9.62 | - |
| YUV | 67.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 86 | 0.29 | 0.21 | 0 | 0.66 | 223.2 | 0.17 | 0.29 |
| Hex | 3D | 44 | 56 | 1D | 15 | 0 | 42 | DF | 11 | 1D |
| Octal | 75 | 104 | 126 | 35 | 25 | 0 | 102 | 337 | 21 | 35 |
| Binary | 111101 | 1000100 | 1010110 | 11101 | 10101 | 0 | 1000010 | 11011111 | 10001 | 11101 |
Color Harmonies of #3D4456
Complementary color
Monochromatic Colors of #3D4456
Black with #3D4456
Text Example
Text Example
White with #3D4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4456; }
p { color: rgb(61,68,86); }
H1.HeaderClassName
{
color: #3D4456;
}
.AnyTagClassName
{
color: #3D4456;
}
</style>
background-color css
<style>
a { background-color: #3D4456; }
a { background-color: rgb(61,68,86); }
div.DivClassName
{
background-color: #3D4456;
}
.BgClassName
{
background-color: #3D4456;
}
</style>
border-color css
<style>
span { border-color: #3D4456; }
span { border-color: rgb(61,68,86); }
td.TdClassName
{
border-color: #3D4456;
}
.TagClassName
{
border-color: #3D4456;
}
</style>