Shades of Blue Zodiac #3B4257
Tints of Blue Zodiac #3B4257
RGB
CMYK
RGB Variations
Color information
#3B4257 (or 0x3B4257) is known color: Blue Zodiac. HEX triplet: 3B, 42 and 57. RGB value is (59,66,87). Sum of RGB (Red+Green+Blue) = 59+66+87=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4257 is #C4BDA8. Grayscale: #424242. Windows color (decimal): -12893609 or 5718587. OLE color: 5718587.
HSL color Cylindrical-coordinate representation of color #3B4257: hue angle of 225º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B4257 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 66 | 87 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.66 |
| HSL | 225º | 0.19% | 0.29% | - |
| HSV(B) | 225º | 0.32% | 0.34% | - |
| XYZ | 5.47 | 5.51 | 9.79 | - |
| YUV | 66.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 87 | 0.32 | 0.24 | 0 | 0.66 | 225 | 0.19 | 0.29 |
| Hex | 3B | 42 | 57 | 20 | 18 | 0 | 42 | E1 | 13 | 1D |
| Octal | 73 | 102 | 127 | 40 | 30 | 0 | 102 | 341 | 23 | 35 |
| Binary | 111011 | 1000010 | 1010111 | 100000 | 11000 | 0 | 1000010 | 11100001 | 10011 | 11101 |
Color Harmonies of #3B4257
Complementary color
Monochromatic Colors of #3B4257
Black with #3B4257
Text Example
Text Example
White with #3B4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4257; }
p { color: rgb(59,66,87); }
H1.HeaderClassName
{
color: #3B4257;
}
.AnyTagClassName
{
color: #3B4257;
}
</style>
background-color css
<style>
a { background-color: #3B4257; }
a { background-color: rgb(59,66,87); }
div.DivClassName
{
background-color: #3B4257;
}
.BgClassName
{
background-color: #3B4257;
}
</style>
border-color css
<style>
span { border-color: #3B4257; }
span { border-color: rgb(59,66,87); }
td.TdClassName
{
border-color: #3B4257;
}
.TagClassName
{
border-color: #3B4257;
}
</style>