Shades of Blue Zodiac #3F4350
Tints of Blue Zodiac #3F4350
RGB
CMYK
RGB Variations
Color information
#3F4350 (or 0x3F4350) is known color: Blue Zodiac. HEX triplet: 3F, 43 and 50. RGB value is (63,67,80). Sum of RGB (Red+Green+Blue) = 63+67+80=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4350 is #C0BCAF. Grayscale: #434343. Windows color (decimal): -12631216 or 5260095. OLE color: 5260095.
HSL color Cylindrical-coordinate representation of color #3F4350: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4350 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 67 | 80 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.69 |
| HSL | 225.88º | 0.12% | 0.28% | - |
| HSV(B) | 225.88º | 0.21% | 0.31% | - |
| XYZ | 5.51 | 5.65 | 8.39 | - |
| YUV | 67.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 80 | 0.21 | 0.16 | 0 | 0.69 | 225.88 | 0.12 | 0.28 |
| Hex | 3F | 43 | 50 | 15 | 10 | 0 | 45 | E2 | C | 1C |
| Octal | 77 | 103 | 120 | 25 | 20 | 0 | 105 | 342 | 14 | 34 |
| Binary | 111111 | 1000011 | 1010000 | 10101 | 10000 | 0 | 1000101 | 11100010 | 1100 | 11100 |
Color Harmonies of #3F4350
Complementary color
Monochromatic Colors of #3F4350
Black with #3F4350
Text Example
Text Example
White with #3F4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4350; }
p { color: rgb(63,67,80); }
H1.HeaderClassName
{
color: #3F4350;
}
.AnyTagClassName
{
color: #3F4350;
}
</style>
background-color css
<style>
a { background-color: #3F4350; }
a { background-color: rgb(63,67,80); }
div.DivClassName
{
background-color: #3F4350;
}
.BgClassName
{
background-color: #3F4350;
}
</style>
border-color css
<style>
span { border-color: #3F4350; }
span { border-color: rgb(63,67,80); }
td.TdClassName
{
border-color: #3F4350;
}
.TagClassName
{
border-color: #3F4350;
}
</style>