Shades of Blue Zodiac #3B4353
Tints of Blue Zodiac #3B4353
RGB
CMYK
RGB Variations
Color information
#3B4353 (or 0x3B4353) is known color: Blue Zodiac. HEX triplet: 3B, 43 and 53. RGB value is (59,67,83). Sum of RGB (Red+Green+Blue) = 59+67+83=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B4353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4353 is #C4BCAC. Grayscale: #424242. Windows color (decimal): -12893357 or 5456699. OLE color: 5456699.
HSL color Cylindrical-coordinate representation of color #3B4353: hue angle of 220º 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 #3B4353 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 67 | 83 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.67 |
| HSL | 220º | 0.17% | 0.28% | - |
| HSV(B) | 220º | 0.29% | 0.33% | - |
| XYZ | 5.37 | 5.57 | 8.98 | - |
| YUV | 66.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 83 | 0.29 | 0.19 | 0 | 0.67 | 220 | 0.17 | 0.28 |
| Hex | 3B | 43 | 53 | 1D | 13 | 0 | 43 | DC | 11 | 1C |
| Octal | 73 | 103 | 123 | 35 | 23 | 0 | 103 | 334 | 21 | 34 |
| Binary | 111011 | 1000011 | 1010011 | 11101 | 10011 | 0 | 1000011 | 11011100 | 10001 | 11100 |
Color Harmonies of #3B4353
Complementary color
Monochromatic Colors of #3B4353
Black with #3B4353
Text Example
Text Example
White with #3B4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4353; }
p { color: rgb(59,67,83); }
H1.HeaderClassName
{
color: #3B4353;
}
.AnyTagClassName
{
color: #3B4353;
}
</style>
background-color css
<style>
a { background-color: #3B4353; }
a { background-color: rgb(59,67,83); }
div.DivClassName
{
background-color: #3B4353;
}
.BgClassName
{
background-color: #3B4353;
}
</style>
border-color css
<style>
span { border-color: #3B4353; }
span { border-color: rgb(59,67,83); }
td.TdClassName
{
border-color: #3B4353;
}
.TagClassName
{
border-color: #3B4353;
}
</style>