Shades of Blue Zodiac #3B3E53
Tints of Blue Zodiac #3B3E53
RGB
CMYK
RGB Variations
Color information
#3B3E53 (or 0x3B3E53) is known color: Blue Zodiac. HEX triplet: 3B, 3E and 53. RGB value is (59,62,83). Sum of RGB (Red+Green+Blue) = 59+62+83=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E53 is #C4C1AC. Grayscale: #3F3F3F. Windows color (decimal): -12894637 or 5455419. OLE color: 5455419.
HSL color Cylindrical-coordinate representation of color #3B3E53: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B3E53 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 62 | 83 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.67 |
| HSL | 232.5º | 0.17% | 0.28% | - |
| HSV(B) | 232.5º | 0.29% | 0.33% | - |
| XYZ | 5.09 | 5 | 8.88 | - |
| YUV | 63.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 83 | 0.29 | 0.25 | 0 | 0.67 | 232.5 | 0.17 | 0.28 |
| Hex | 3B | 3E | 53 | 1D | 19 | 0 | 43 | E8 | 11 | 1C |
| Octal | 73 | 76 | 123 | 35 | 31 | 0 | 103 | 350 | 21 | 34 |
| Binary | 111011 | 111110 | 1010011 | 11101 | 11001 | 0 | 1000011 | 11101000 | 10001 | 11100 |
Color Harmonies of #3B3E53
Complementary color
Monochromatic Colors of #3B3E53
Black with #3B3E53
Text Example
Text Example
White with #3B3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E53; }
p { color: rgb(59,62,83); }
H1.HeaderClassName
{
color: #3B3E53;
}
.AnyTagClassName
{
color: #3B3E53;
}
</style>
background-color css
<style>
a { background-color: #3B3E53; }
a { background-color: rgb(59,62,83); }
div.DivClassName
{
background-color: #3B3E53;
}
.BgClassName
{
background-color: #3B3E53;
}
</style>
border-color css
<style>
span { border-color: #3B3E53; }
span { border-color: rgb(59,62,83); }
td.TdClassName
{
border-color: #3B3E53;
}
.TagClassName
{
border-color: #3B3E53;
}
</style>