Shades of Blue Zodiac #3F465D
Tints of Blue Zodiac #3F465D
RGB
CMYK
RGB Variations
Color information
#3F465D (or 0x3F465D) is known color: Blue Zodiac. HEX triplet: 3F, 46 and 5D. RGB value is (63,70,93). Sum of RGB (Red+Green+Blue) = 63+70+93=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F465D is #C0B9A2. Grayscale: #464646. Windows color (decimal): -12630435 or 6112831. OLE color: 6112831.
HSL color Cylindrical-coordinate representation of color #3F465D: hue angle of 226º 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 #3F465D is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 70 | 93 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.64 |
| HSL | 226º | 0.19% | 0.31% | - |
| HSV(B) | 226º | 0.32% | 0.36% | - |
| XYZ | 6.22 | 6.23 | 11.23 | - |
| YUV | 70.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 93 | 0.32 | 0.25 | 0 | 0.64 | 226 | 0.19 | 0.31 |
| Hex | 3F | 46 | 5D | 20 | 19 | 0 | 40 | E2 | 13 | 1F |
| Octal | 77 | 106 | 135 | 40 | 31 | 0 | 100 | 342 | 23 | 37 |
| Binary | 111111 | 1000110 | 1011101 | 100000 | 11001 | 0 | 1000000 | 11100010 | 10011 | 11111 |
Color Harmonies of #3F465D
Complementary color
Monochromatic Colors of #3F465D
Black with #3F465D
Text Example
Text Example
White with #3F465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F465D; }
p { color: rgb(63,70,93); }
H1.HeaderClassName
{
color: #3F465D;
}
.AnyTagClassName
{
color: #3F465D;
}
</style>
background-color css
<style>
a { background-color: #3F465D; }
a { background-color: rgb(63,70,93); }
div.DivClassName
{
background-color: #3F465D;
}
.BgClassName
{
background-color: #3F465D;
}
</style>
border-color css
<style>
span { border-color: #3F465D; }
span { border-color: rgb(63,70,93); }
td.TdClassName
{
border-color: #3F465D;
}
.TagClassName
{
border-color: #3F465D;
}
</style>