Shades of Blue Zodiac #3D4153
Tints of Blue Zodiac #3D4153
RGB
CMYK
RGB Variations
Color information
#3D4153 (or 0x3D4153) is known color: Blue Zodiac. HEX triplet: 3D, 41 and 53. RGB value is (61,65,83). Sum of RGB (Red+Green+Blue) = 61+65+83=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4153 is #C2BEAC. Grayscale: #414141. Windows color (decimal): -12762797 or 5456189. OLE color: 5456189.
HSL color Cylindrical-coordinate representation of color #3D4153: hue angle of 229.09º degrees, saturation: 0.15, 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 #3D4153 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 65 | 83 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.67 |
| HSL | 229.09º | 0.15% | 0.28% | - |
| HSV(B) | 229.09º | 0.27% | 0.33% | - |
| XYZ | 5.38 | 5.4 | 8.94 | - |
| YUV | 65.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 83 | 0.27 | 0.22 | 0 | 0.67 | 229.09 | 0.15 | 0.28 |
| Hex | 3D | 41 | 53 | 1B | 16 | 0 | 43 | E5 | F | 1C |
| Octal | 75 | 101 | 123 | 33 | 26 | 0 | 103 | 345 | 17 | 34 |
| Binary | 111101 | 1000001 | 1010011 | 11011 | 10110 | 0 | 1000011 | 11100101 | 1111 | 11100 |
Color Harmonies of #3D4153
Complementary color
Monochromatic Colors of #3D4153
Black with #3D4153
Text Example
Text Example
White with #3D4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4153; }
p { color: rgb(61,65,83); }
H1.HeaderClassName
{
color: #3D4153;
}
.AnyTagClassName
{
color: #3D4153;
}
</style>
background-color css
<style>
a { background-color: #3D4153; }
a { background-color: rgb(61,65,83); }
div.DivClassName
{
background-color: #3D4153;
}
.BgClassName
{
background-color: #3D4153;
}
</style>
border-color css
<style>
span { border-color: #3D4153; }
span { border-color: rgb(61,65,83); }
td.TdClassName
{
border-color: #3D4153;
}
.TagClassName
{
border-color: #3D4153;
}
</style>