Shades of Blue Zodiac #3D465B
Tints of Blue Zodiac #3D465B
RGB
CMYK
RGB Variations
Color information
#3D465B (or 0x3D465B) is known color: Blue Zodiac. HEX triplet: 3D, 46 and 5B. RGB value is (61,70,91). Sum of RGB (Red+Green+Blue) = 61+70+91=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D465B is #C2B9A4. Grayscale: #454545. Windows color (decimal): -12761509 or 5981757. OLE color: 5981757.
HSL color Cylindrical-coordinate representation of color #3D465B: hue angle of 222º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D465B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 70 | 91 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.64 |
| HSL | 222º | 0.2% | 0.3% | - |
| HSV(B) | 222º | 0.33% | 0.36% | - |
| XYZ | 6 | 6.13 | 10.76 | - |
| YUV | 69.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 91 | 0.33 | 0.23 | 0 | 0.64 | 222 | 0.2 | 0.3 |
| Hex | 3D | 46 | 5B | 21 | 17 | 0 | 40 | DE | 14 | 1E |
| Octal | 75 | 106 | 133 | 41 | 27 | 0 | 100 | 336 | 24 | 36 |
| Binary | 111101 | 1000110 | 1011011 | 100001 | 10111 | 0 | 1000000 | 11011110 | 10100 | 11110 |
Color Harmonies of #3D465B
Complementary color
Monochromatic Colors of #3D465B
Black with #3D465B
Text Example
Text Example
White with #3D465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D465B; }
p { color: rgb(61,70,91); }
H1.HeaderClassName
{
color: #3D465B;
}
.AnyTagClassName
{
color: #3D465B;
}
</style>
background-color css
<style>
a { background-color: #3D465B; }
a { background-color: rgb(61,70,91); }
div.DivClassName
{
background-color: #3D465B;
}
.BgClassName
{
background-color: #3D465B;
}
</style>
border-color css
<style>
span { border-color: #3D465B; }
span { border-color: rgb(61,70,91); }
td.TdClassName
{
border-color: #3D465B;
}
.TagClassName
{
border-color: #3D465B;
}
</style>