Shades of Blue Zodiac #3B4250
Tints of Blue Zodiac #3B4250
RGB
CMYK
RGB Variations
Color information
#3B4250 (or 0x3B4250) is known color: Blue Zodiac. HEX triplet: 3B, 42 and 50. RGB value is (59,66,80). Sum of RGB (Red+Green+Blue) = 59+66+80=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4250 is #C4BDAF. Grayscale: #414141. Windows color (decimal): -12893616 or 5259835. OLE color: 5259835.
HSL color Cylindrical-coordinate representation of color #3B4250: hue angle of 220º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4250 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 66 | 80 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.69 |
| HSL | 220º | 0.15% | 0.27% | - |
| HSV(B) | 220º | 0.26% | 0.31% | - |
| XYZ | 5.2 | 5.41 | 8.36 | - |
| YUV | 65.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 80 | 0.26 | 0.17 | 0 | 0.69 | 220 | 0.15 | 0.27 |
| Hex | 3B | 42 | 50 | 1A | 11 | 0 | 45 | DC | F | 1B |
| Octal | 73 | 102 | 120 | 32 | 21 | 0 | 105 | 334 | 17 | 33 |
| Binary | 111011 | 1000010 | 1010000 | 11010 | 10001 | 0 | 1000101 | 11011100 | 1111 | 11011 |
Color Harmonies of #3B4250
Complementary color
Monochromatic Colors of #3B4250
Black with #3B4250
Text Example
Text Example
White with #3B4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4250; }
p { color: rgb(59,66,80); }
H1.HeaderClassName
{
color: #3B4250;
}
.AnyTagClassName
{
color: #3B4250;
}
</style>
background-color css
<style>
a { background-color: #3B4250; }
a { background-color: rgb(59,66,80); }
div.DivClassName
{
background-color: #3B4250;
}
.BgClassName
{
background-color: #3B4250;
}
</style>
border-color css
<style>
span { border-color: #3B4250; }
span { border-color: rgb(59,66,80); }
td.TdClassName
{
border-color: #3B4250;
}
.TagClassName
{
border-color: #3B4250;
}
</style>