Shades of Blue Zodiac #3D4354
Tints of Blue Zodiac #3D4354
RGB
CMYK
RGB Variations
Color information
#3D4354 (or 0x3D4354) is known color: Blue Zodiac. HEX triplet: 3D, 43 and 54. RGB value is (61,67,84). Sum of RGB (Red+Green+Blue) = 61+67+84=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4354 is #C2BCAB. Grayscale: #434343. Windows color (decimal): -12762284 or 5522237. OLE color: 5522237.
HSL color Cylindrical-coordinate representation of color #3D4354: hue angle of 224.35º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4354 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 67 | 84 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.67 |
| HSL | 224.35º | 0.16% | 0.28% | - |
| HSV(B) | 224.35º | 0.27% | 0.33% | - |
| XYZ | 5.53 | 5.65 | 9.19 | - |
| YUV | 67.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 84 | 0.27 | 0.20 | 0 | 0.67 | 224.35 | 0.16 | 0.28 |
| Hex | 3D | 43 | 54 | 1B | 14 | 0 | 43 | E0 | 10 | 1C |
| Octal | 75 | 103 | 124 | 33 | 24 | 0 | 103 | 340 | 20 | 34 |
| Binary | 111101 | 1000011 | 1010100 | 11011 | 10100 | 0 | 1000011 | 11100000 | 10000 | 11100 |
Color Harmonies of #3D4354
Complementary color
Monochromatic Colors of #3D4354
Black with #3D4354
Text Example
Text Example
White with #3D4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4354; }
p { color: rgb(61,67,84); }
H1.HeaderClassName
{
color: #3D4354;
}
.AnyTagClassName
{
color: #3D4354;
}
</style>
background-color css
<style>
a { background-color: #3D4354; }
a { background-color: rgb(61,67,84); }
div.DivClassName
{
background-color: #3D4354;
}
.BgClassName
{
background-color: #3D4354;
}
</style>
border-color css
<style>
span { border-color: #3D4354; }
span { border-color: rgb(61,67,84); }
td.TdClassName
{
border-color: #3D4354;
}
.TagClassName
{
border-color: #3D4354;
}
</style>