Shades of Blue Zodiac #3B3E56
Tints of Blue Zodiac #3B3E56
RGB
CMYK
RGB Variations
Color information
#3B3E56 (or 0x3B3E56) is known color: Blue Zodiac. HEX triplet: 3B, 3E and 56. RGB value is (59,62,86). Sum of RGB (Red+Green+Blue) = 59+62+86=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B3E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E56 is #C4C1A9. Grayscale: #3F3F3F. Windows color (decimal): -12894634 or 5652027. OLE color: 5652027.
HSL color Cylindrical-coordinate representation of color #3B3E56: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3E56 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 62 | 86 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.66 |
| HSL | 233.33º | 0.19% | 0.28% | - |
| HSV(B) | 233.33º | 0.31% | 0.34% | - |
| XYZ | 5.21 | 5.05 | 9.5 | - |
| YUV | 63.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 86 | 0.31 | 0.28 | 0 | 0.66 | 233.33 | 0.19 | 0.28 |
| Hex | 3B | 3E | 56 | 1F | 1C | 0 | 42 | E9 | 13 | 1C |
| Octal | 73 | 76 | 126 | 37 | 34 | 0 | 102 | 351 | 23 | 34 |
| Binary | 111011 | 111110 | 1010110 | 11111 | 11100 | 0 | 1000010 | 11101001 | 10011 | 11100 |
Color Harmonies of #3B3E56
Complementary color
Monochromatic Colors of #3B3E56
Black with #3B3E56
Text Example
Text Example
White with #3B3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E56; }
p { color: rgb(59,62,86); }
H1.HeaderClassName
{
color: #3B3E56;
}
.AnyTagClassName
{
color: #3B3E56;
}
</style>
background-color css
<style>
a { background-color: #3B3E56; }
a { background-color: rgb(59,62,86); }
div.DivClassName
{
background-color: #3B3E56;
}
.BgClassName
{
background-color: #3B3E56;
}
</style>
border-color css
<style>
span { border-color: #3B3E56; }
span { border-color: rgb(59,62,86); }
td.TdClassName
{
border-color: #3B3E56;
}
.TagClassName
{
border-color: #3B3E56;
}
</style>