Shades of Blue Zodiac #3D4454
Tints of Blue Zodiac #3D4454
RGB
CMYK
RGB Variations
Color information
#3D4454 (or 0x3D4454) is known color: Blue Zodiac. HEX triplet: 3D, 44 and 54. RGB value is (61,68,84). Sum of RGB (Red+Green+Blue) = 61+68+84=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D4454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4454 is #C2BBAB. Grayscale: #434343. Windows color (decimal): -12762028 or 5522493. OLE color: 5522493.
HSL color Cylindrical-coordinate representation of color #3D4454: hue angle of 221.74º 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 #3D4454 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 68 | 84 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.67 |
| HSL | 221.74º | 0.16% | 0.28% | - |
| HSV(B) | 221.74º | 0.27% | 0.33% | - |
| XYZ | 5.59 | 5.77 | 9.21 | - |
| YUV | 67.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 84 | 0.27 | 0.19 | 0 | 0.67 | 221.74 | 0.16 | 0.28 |
| Hex | 3D | 44 | 54 | 1B | 13 | 0 | 43 | DE | 10 | 1C |
| Octal | 75 | 104 | 124 | 33 | 23 | 0 | 103 | 336 | 20 | 34 |
| Binary | 111101 | 1000100 | 1010100 | 11011 | 10011 | 0 | 1000011 | 11011110 | 10000 | 11100 |
Color Harmonies of #3D4454
Complementary color
Monochromatic Colors of #3D4454
Black with #3D4454
Text Example
Text Example
White with #3D4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4454; }
p { color: rgb(61,68,84); }
H1.HeaderClassName
{
color: #3D4454;
}
.AnyTagClassName
{
color: #3D4454;
}
</style>
background-color css
<style>
a { background-color: #3D4454; }
a { background-color: rgb(61,68,84); }
div.DivClassName
{
background-color: #3D4454;
}
.BgClassName
{
background-color: #3D4454;
}
</style>
border-color css
<style>
span { border-color: #3D4454; }
span { border-color: rgb(61,68,84); }
td.TdClassName
{
border-color: #3D4454;
}
.TagClassName
{
border-color: #3D4454;
}
</style>