Shades of Blue Zodiac #3B4455
Tints of Blue Zodiac #3B4455
RGB
CMYK
RGB Variations
Color information
#3B4455 (or 0x3B4455) is known color: Blue Zodiac. HEX triplet: 3B, 44 and 55. RGB value is (59,68,85). Sum of RGB (Red+Green+Blue) = 59+68+85=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4455 is #C4BBAA. Grayscale: #434343. Windows color (decimal): -12893099 or 5588027. OLE color: 5588027.
HSL color Cylindrical-coordinate representation of color #3B4455: hue angle of 219.23º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4455 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 68 | 85 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.67 |
| HSL | 219.23º | 0.18% | 0.28% | - |
| HSV(B) | 219.23º | 0.31% | 0.33% | - |
| XYZ | 5.51 | 5.72 | 9.41 | - |
| YUV | 67.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 85 | 0.31 | 0.20 | 0 | 0.67 | 219.23 | 0.18 | 0.28 |
| Hex | 3B | 44 | 55 | 1F | 14 | 0 | 43 | DB | 12 | 1C |
| Octal | 73 | 104 | 125 | 37 | 24 | 0 | 103 | 333 | 22 | 34 |
| Binary | 111011 | 1000100 | 1010101 | 11111 | 10100 | 0 | 1000011 | 11011011 | 10010 | 11100 |
Color Harmonies of #3B4455
Complementary color
Monochromatic Colors of #3B4455
Black with #3B4455
Text Example
Text Example
White with #3B4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4455; }
p { color: rgb(59,68,85); }
H1.HeaderClassName
{
color: #3B4455;
}
.AnyTagClassName
{
color: #3B4455;
}
</style>
background-color css
<style>
a { background-color: #3B4455; }
a { background-color: rgb(59,68,85); }
div.DivClassName
{
background-color: #3B4455;
}
.BgClassName
{
background-color: #3B4455;
}
</style>
border-color css
<style>
span { border-color: #3B4455; }
span { border-color: rgb(59,68,85); }
td.TdClassName
{
border-color: #3B4455;
}
.TagClassName
{
border-color: #3B4455;
}
</style>