Shades of Blue Zodiac #3B424F
Tints of Blue Zodiac #3B424F
RGB
CMYK
RGB Variations
Color information
#3B424F (or 0x3B424F) is known color: Blue Zodiac. HEX triplet: 3B, 42 and 4F. RGB value is (59,66,79). Sum of RGB (Red+Green+Blue) = 59+66+79=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B424F is #C4BDB0. Grayscale: #414141. Windows color (decimal): -12893617 or 5194299. OLE color: 5194299.
HSL color Cylindrical-coordinate representation of color #3B424F: hue angle of 219º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B424F is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 66 | 79 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.69 |
| HSL | 219º | 0.14% | 0.27% | - |
| HSV(B) | 219º | 0.25% | 0.31% | - |
| XYZ | 5.16 | 5.39 | 8.17 | - |
| YUV | 65.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 79 | 0.25 | 0.16 | 0 | 0.69 | 219 | 0.14 | 0.27 |
| Hex | 3B | 42 | 4F | 19 | 10 | 0 | 45 | DB | E | 1B |
| Octal | 73 | 102 | 117 | 31 | 20 | 0 | 105 | 333 | 16 | 33 |
| Binary | 111011 | 1000010 | 1001111 | 11001 | 10000 | 0 | 1000101 | 11011011 | 1110 | 11011 |
Color Harmonies of #3B424F
Complementary color
Monochromatic Colors of #3B424F
Black with #3B424F
Text Example
Text Example
White with #3B424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B424F; }
p { color: rgb(59,66,79); }
H1.HeaderClassName
{
color: #3B424F;
}
.AnyTagClassName
{
color: #3B424F;
}
</style>
background-color css
<style>
a { background-color: #3B424F; }
a { background-color: rgb(59,66,79); }
div.DivClassName
{
background-color: #3B424F;
}
.BgClassName
{
background-color: #3B424F;
}
</style>
border-color css
<style>
span { border-color: #3B424F; }
span { border-color: rgb(59,66,79); }
td.TdClassName
{
border-color: #3B424F;
}
.TagClassName
{
border-color: #3B424F;
}
</style>