Shades of Blue Zodiac #3D4458
Tints of Blue Zodiac #3D4458
RGB
CMYK
RGB Variations
Color information
#3D4458 (or 0x3D4458) is known color: Blue Zodiac. HEX triplet: 3D, 44 and 58. RGB value is (61,68,88). Sum of RGB (Red+Green+Blue) = 61+68+88=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4458 is #C2BBA7. Grayscale: #444444. Windows color (decimal): -12762024 or 5784637. OLE color: 5784637.
HSL color Cylindrical-coordinate representation of color #3D4458: hue angle of 224.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4458 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 68 | 88 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.65 |
| HSL | 224.44º | 0.18% | 0.29% | - |
| HSV(B) | 224.44º | 0.31% | 0.35% | - |
| XYZ | 5.75 | 5.83 | 10.05 | - |
| YUV | 68.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 88 | 0.31 | 0.23 | 0 | 0.65 | 224.44 | 0.18 | 0.29 |
| Hex | 3D | 44 | 58 | 1F | 17 | 0 | 41 | E0 | 12 | 1D |
| Octal | 75 | 104 | 130 | 37 | 27 | 0 | 101 | 340 | 22 | 35 |
| Binary | 111101 | 1000100 | 1011000 | 11111 | 10111 | 0 | 1000001 | 11100000 | 10010 | 11101 |
Color Harmonies of #3D4458
Complementary color
Monochromatic Colors of #3D4458
Black with #3D4458
Text Example
Text Example
White with #3D4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4458; }
p { color: rgb(61,68,88); }
H1.HeaderClassName
{
color: #3D4458;
}
.AnyTagClassName
{
color: #3D4458;
}
</style>
background-color css
<style>
a { background-color: #3D4458; }
a { background-color: rgb(61,68,88); }
div.DivClassName
{
background-color: #3D4458;
}
.BgClassName
{
background-color: #3D4458;
}
</style>
border-color css
<style>
span { border-color: #3D4458; }
span { border-color: rgb(61,68,88); }
td.TdClassName
{
border-color: #3D4458;
}
.TagClassName
{
border-color: #3D4458;
}
</style>