Shades of Blue Zodiac #3B3F57
Tints of Blue Zodiac #3B3F57
RGB
CMYK
RGB Variations
Color information
#3B3F57 (or 0x3B3F57) is known color: Blue Zodiac. HEX triplet: 3B, 3F and 57. RGB value is (59,63,87). Sum of RGB (Red+Green+Blue) = 59+63+87=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B3F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3F57 is #C4C0A8. Grayscale: #404040. Windows color (decimal): -12894377 or 5717819. OLE color: 5717819.
HSL color Cylindrical-coordinate representation of color #3B3F57: hue angle of 231.43º 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 #3B3F57 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 63 | 87 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.66 |
| HSL | 231.43º | 0.19% | 0.29% | - |
| HSV(B) | 231.43º | 0.32% | 0.34% | - |
| XYZ | 5.3 | 5.17 | 9.74 | - |
| YUV | 64.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 87 | 0.32 | 0.28 | 0 | 0.66 | 231.43 | 0.19 | 0.29 |
| Hex | 3B | 3F | 57 | 20 | 1C | 0 | 42 | E7 | 13 | 1D |
| Octal | 73 | 77 | 127 | 40 | 34 | 0 | 102 | 347 | 23 | 35 |
| Binary | 111011 | 111111 | 1010111 | 100000 | 11100 | 0 | 1000010 | 11100111 | 10011 | 11101 |
Color Harmonies of #3B3F57
Complementary color
Monochromatic Colors of #3B3F57
Black with #3B3F57
Text Example
Text Example
White with #3B3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F57; }
p { color: rgb(59,63,87); }
H1.HeaderClassName
{
color: #3B3F57;
}
.AnyTagClassName
{
color: #3B3F57;
}
</style>
background-color css
<style>
a { background-color: #3B3F57; }
a { background-color: rgb(59,63,87); }
div.DivClassName
{
background-color: #3B3F57;
}
.BgClassName
{
background-color: #3B3F57;
}
</style>
border-color css
<style>
span { border-color: #3B3F57; }
span { border-color: rgb(59,63,87); }
td.TdClassName
{
border-color: #3B3F57;
}
.TagClassName
{
border-color: #3B3F57;
}
</style>