Shades of Blue Zodiac #3B3E52
Tints of Blue Zodiac #3B3E52
RGB
CMYK
RGB Variations
Color information
#3B3E52 (or 0x3B3E52) is known color: Blue Zodiac. HEX triplet: 3B, 3E and 52. RGB value is (59,62,82). Sum of RGB (Red+Green+Blue) = 59+62+82=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E52 is #C4C1AD. Grayscale: #3F3F3F. Windows color (decimal): -12894638 or 5389883. OLE color: 5389883.
HSL color Cylindrical-coordinate representation of color #3B3E52: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B3E52 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 62 | 82 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.68 |
| HSL | 232.17º | 0.16% | 0.28% | - |
| HSV(B) | 232.17º | 0.28% | 0.32% | - |
| XYZ | 5.05 | 4.98 | 8.68 | - |
| YUV | 63.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 82 | 0.28 | 0.24 | 0 | 0.68 | 232.17 | 0.16 | 0.28 |
| Hex | 3B | 3E | 52 | 1C | 18 | 0 | 44 | E8 | 10 | 1C |
| Octal | 73 | 76 | 122 | 34 | 30 | 0 | 104 | 350 | 20 | 34 |
| Binary | 111011 | 111110 | 1010010 | 11100 | 11000 | 0 | 1000100 | 11101000 | 10000 | 11100 |
Color Harmonies of #3B3E52
Complementary color
Monochromatic Colors of #3B3E52
Black with #3B3E52
Text Example
Text Example
White with #3B3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E52; }
p { color: rgb(59,62,82); }
H1.HeaderClassName
{
color: #3B3E52;
}
.AnyTagClassName
{
color: #3B3E52;
}
</style>
background-color css
<style>
a { background-color: #3B3E52; }
a { background-color: rgb(59,62,82); }
div.DivClassName
{
background-color: #3B3E52;
}
.BgClassName
{
background-color: #3B3E52;
}
</style>
border-color css
<style>
span { border-color: #3B3E52; }
span { border-color: rgb(59,62,82); }
td.TdClassName
{
border-color: #3B3E52;
}
.TagClassName
{
border-color: #3B3E52;
}
</style>