Shades of Blue Zodiac #3D4055
Tints of Blue Zodiac #3D4055
RGB
CMYK
RGB Variations
Color information
#3D4055 (or 0x3D4055) is known color: Blue Zodiac. HEX triplet: 3D, 40 and 55. RGB value is (61,64,85). Sum of RGB (Red+Green+Blue) = 61+64+85=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4055 is #C2BFAA. Grayscale: #414141. Windows color (decimal): -12763051 or 5587005. OLE color: 5587005.
HSL color Cylindrical-coordinate representation of color #3D4055: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4055 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 64 | 85 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.67 |
| HSL | 232.5º | 0.16% | 0.29% | - |
| HSV(B) | 232.5º | 0.28% | 0.33% | - |
| XYZ | 5.4 | 5.31 | 9.34 | - |
| YUV | 65.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 85 | 0.28 | 0.25 | 0 | 0.67 | 232.5 | 0.16 | 0.29 |
| Hex | 3D | 40 | 55 | 1C | 19 | 0 | 43 | E8 | 10 | 1D |
| Octal | 75 | 100 | 125 | 34 | 31 | 0 | 103 | 350 | 20 | 35 |
| Binary | 111101 | 1000000 | 1010101 | 11100 | 11001 | 0 | 1000011 | 11101000 | 10000 | 11101 |
Color Harmonies of #3D4055
Complementary color
Monochromatic Colors of #3D4055
Black with #3D4055
Text Example
Text Example
White with #3D4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4055; }
p { color: rgb(61,64,85); }
H1.HeaderClassName
{
color: #3D4055;
}
.AnyTagClassName
{
color: #3D4055;
}
</style>
background-color css
<style>
a { background-color: #3D4055; }
a { background-color: rgb(61,64,85); }
div.DivClassName
{
background-color: #3D4055;
}
.BgClassName
{
background-color: #3D4055;
}
</style>
border-color css
<style>
span { border-color: #3D4055; }
span { border-color: rgb(61,64,85); }
td.TdClassName
{
border-color: #3D4055;
}
.TagClassName
{
border-color: #3D4055;
}
</style>