Shades of Blue Zodiac #3B4155
Tints of Blue Zodiac #3B4155
RGB
CMYK
RGB Variations
Color information
#3B4155 (or 0x3B4155) is known color: Blue Zodiac. HEX triplet: 3B, 41 and 55. RGB value is (59,65,85). Sum of RGB (Red+Green+Blue) = 59+65+85=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4155 is #C4BEAA. Grayscale: #414141. Windows color (decimal): -12893867 or 5587259. OLE color: 5587259.
HSL color Cylindrical-coordinate representation of color #3B4155: hue angle of 226.15º 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 #3B4155 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 65 | 85 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.67 |
| HSL | 226.15º | 0.18% | 0.28% | - |
| HSV(B) | 226.15º | 0.31% | 0.33% | - |
| XYZ | 5.33 | 5.37 | 9.35 | - |
| YUV | 65.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 85 | 0.31 | 0.24 | 0 | 0.67 | 226.15 | 0.18 | 0.28 |
| Hex | 3B | 41 | 55 | 1F | 18 | 0 | 43 | E2 | 12 | 1C |
| Octal | 73 | 101 | 125 | 37 | 30 | 0 | 103 | 342 | 22 | 34 |
| Binary | 111011 | 1000001 | 1010101 | 11111 | 11000 | 0 | 1000011 | 11100010 | 10010 | 11100 |
Color Harmonies of #3B4155
Complementary color
Monochromatic Colors of #3B4155
Black with #3B4155
Text Example
Text Example
White with #3B4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4155; }
p { color: rgb(59,65,85); }
H1.HeaderClassName
{
color: #3B4155;
}
.AnyTagClassName
{
color: #3B4155;
}
</style>
background-color css
<style>
a { background-color: #3B4155; }
a { background-color: rgb(59,65,85); }
div.DivClassName
{
background-color: #3B4155;
}
.BgClassName
{
background-color: #3B4155;
}
</style>
border-color css
<style>
span { border-color: #3B4155; }
span { border-color: rgb(59,65,85); }
td.TdClassName
{
border-color: #3B4155;
}
.TagClassName
{
border-color: #3B4155;
}
</style>