Shades of Blue Zodiac #3F475D
Tints of Blue Zodiac #3F475D
RGB
CMYK
RGB Variations
Color information
#3F475D (or 0x3F475D) is known color: Blue Zodiac. HEX triplet: 3F, 47 and 5D. RGB value is (63,71,93). Sum of RGB (Red+Green+Blue) = 63+71+93=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F475D is #C0B8A2. Grayscale: #474747. Windows color (decimal): -12630179 or 6113087. OLE color: 6113087.
HSL color Cylindrical-coordinate representation of color #3F475D: hue angle of 224º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F475D is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 71 | 93 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.64 |
| HSL | 224º | 0.19% | 0.31% | - |
| HSV(B) | 224º | 0.32% | 0.36% | - |
| XYZ | 6.28 | 6.35 | 11.25 | - |
| YUV | 71.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 93 | 0.32 | 0.24 | 0 | 0.64 | 224 | 0.19 | 0.31 |
| Hex | 3F | 47 | 5D | 20 | 18 | 0 | 40 | E0 | 13 | 1F |
| Octal | 77 | 107 | 135 | 40 | 30 | 0 | 100 | 340 | 23 | 37 |
| Binary | 111111 | 1000111 | 1011101 | 100000 | 11000 | 0 | 1000000 | 11100000 | 10011 | 11111 |
Color Harmonies of #3F475D
Complementary color
Monochromatic Colors of #3F475D
Black with #3F475D
Text Example
Text Example
White with #3F475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F475D; }
p { color: rgb(63,71,93); }
H1.HeaderClassName
{
color: #3F475D;
}
.AnyTagClassName
{
color: #3F475D;
}
</style>
background-color css
<style>
a { background-color: #3F475D; }
a { background-color: rgb(63,71,93); }
div.DivClassName
{
background-color: #3F475D;
}
.BgClassName
{
background-color: #3F475D;
}
</style>
border-color css
<style>
span { border-color: #3F475D; }
span { border-color: rgb(63,71,93); }
td.TdClassName
{
border-color: #3F475D;
}
.TagClassName
{
border-color: #3F475D;
}
</style>