Shades of Blue Zodiac #3D4257
Tints of Blue Zodiac #3D4257
RGB
CMYK
RGB Variations
Color information
#3D4257 (or 0x3D4257) is known color: Blue Zodiac. HEX triplet: 3D, 42 and 57. RGB value is (61,66,87). Sum of RGB (Red+Green+Blue) = 61+66+87=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4257 is #C2BDA8. Grayscale: #424242. Windows color (decimal): -12762537 or 5718589. OLE color: 5718589.
HSL color Cylindrical-coordinate representation of color #3D4257: hue angle of 228.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D4257 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 66 | 87 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.66 |
| HSL | 228.46º | 0.18% | 0.29% | - |
| HSV(B) | 228.46º | 0.3% | 0.34% | - |
| XYZ | 5.59 | 5.58 | 9.8 | - |
| YUV | 66.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 87 | 0.30 | 0.24 | 0 | 0.66 | 228.46 | 0.18 | 0.29 |
| Hex | 3D | 42 | 57 | 1E | 18 | 0 | 42 | E4 | 12 | 1D |
| Octal | 75 | 102 | 127 | 36 | 30 | 0 | 102 | 344 | 22 | 35 |
| Binary | 111101 | 1000010 | 1010111 | 11110 | 11000 | 0 | 1000010 | 11100100 | 10010 | 11101 |
Color Harmonies of #3D4257
Complementary color
Monochromatic Colors of #3D4257
Black with #3D4257
Text Example
Text Example
White with #3D4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4257; }
p { color: rgb(61,66,87); }
H1.HeaderClassName
{
color: #3D4257;
}
.AnyTagClassName
{
color: #3D4257;
}
</style>
background-color css
<style>
a { background-color: #3D4257; }
a { background-color: rgb(61,66,87); }
div.DivClassName
{
background-color: #3D4257;
}
.BgClassName
{
background-color: #3D4257;
}
</style>
border-color css
<style>
span { border-color: #3D4257; }
span { border-color: rgb(61,66,87); }
td.TdClassName
{
border-color: #3D4257;
}
.TagClassName
{
border-color: #3D4257;
}
</style>